TypeTracking unique_together

This commit is contained in:
2024-05-18 00:02:06 +02:00
parent d89294f0ca
commit 41bdd859d5
3 changed files with 23 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ class UserViewSet(viewsets.ReadOnlyModelViewSet):
permission_classes = [permissions.IsAuthenticated]
class GroupViewSet(viewsets.ReadOnlyModelViewSet):
"""
API endpoint that allows groups to be viewed or edited.