Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How to set the model to sort by id?
self.ordering = ["id"]
self.sorting = ["id"]
class Meta: ordering = ["id"]
class Meta:
ordering = ["id"]
class Sort: ordering = ["id"]
class Sort:
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!