Skip to content

Commit

Permalink
fix(SwaggerGenerationError): Remove filterset_field (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Jul 28, 2023
1 parent d7c459e commit 6dba7bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/audit/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
class _BaseAuditLogViewSet(mixins.ListModelMixin, viewsets.GenericViewSet):
serializer_class = AuditLogSerializer
pagination_class = CustomPagination
filterset_fields = ["is_system_event"]

def get_queryset(self) -> QuerySet[AuditLog]:
q = self._get_base_filters()
Expand Down

3 comments on commit 6dba7bd

@vercel
Copy link

@vercel vercel bot commented on 6dba7bd Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6dba7bd Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs-flagsmith.vercel.app
docs.flagsmith.com

@vercel
Copy link

@vercel vercel bot commented on 6dba7bd Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.