MCQs>IT & Programming>Django MCQs>How to set a default order by in your Django model ? YourModel.objects.all() will be ordered by default without calling order_by() method
Django MCQs
How to set a default order by in your Django model ? YourModel.objects.all() will be ordered by default without calling order_by() method
Answer
Correct Answer: Using META ordering attribute
Explanation:
Note: This Question is unanswered, help us to find answer for this one