πŸ“Š Django
Q. Which method is used to filter objects with multiple conditions?
  • (A) get()
  • (B) filter()
  • (C) search()
  • (D) query()
πŸ’¬ Discuss
βœ… Correct Answer: (B) filter()

Explanation: filter() allows filtering of objects with one or more conditions.

Explanation by: Rakesh Yadav
filter() allows filtering of objects with one or more conditions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
88%
Success Rate