diff --git a/apps/livestock/web/api/v1/api.py b/apps/livestock/web/api/v1/api.py index a2b774b..0f65d2b 100644 --- a/apps/livestock/web/api/v1/api.py +++ b/apps/livestock/web/api/v1/api.py @@ -33,7 +33,6 @@ class LiveStockViewSet(viewsets.ModelViewSet, SoftDeleteMixin): # noqa "use_type__name", "species__name", "herd__name", - "herd__description", "herd__rancher__ranching_farm", ]