import - organizations in rancher serializer / temporary tags model
This commit is contained in:
@@ -40,7 +40,7 @@ class LiveStockViewSet(viewsets.ModelViewSet, SoftDeleteMixin): # noqa
|
||||
"""
|
||||
list of live stocks
|
||||
"""
|
||||
queryset = self.filter_queryset(self.get_queryset().order_by('-modify_date'))
|
||||
queryset = self.filter_queryset(self.get_queryset().order_by('-birthdate'))
|
||||
|
||||
# paginate queryset
|
||||
page = self.paginate_queryset(queryset)
|
||||
|
||||
Reference in New Issue
Block a user