Django - DRF Advanced Features
What will be the output of this queryset?
Assuming the database has matching records, how are results sorted?
Model.objects.filter(name__icontains='a').order_by('-date')Assuming the database has matching records, how are results sorted?
