πŸ“Š Django
Q. Which method is used to override model saving behavior?
  • (A) on_save()
  • (B) model_save()
  • (C) save()
  • (D) validate_save()
πŸ’¬ Discuss
βœ… Correct Answer: (C) save()

Explanation: Overriding `save()` allows customization of saving behavior.

Explanation by: Mr. Dubey
Overriding `save()` allows customization of saving behavior.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate