From 6a2a444b859efab393296a38c8c84366205b4226 Mon Sep 17 00:00:00 2001 From: Kai Schlamp Date: Wed, 7 Feb 2024 09:36:09 +0000 Subject: [PATCH] default auto field is already set globally --- radis/token_authentication/apps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/radis/token_authentication/apps.py b/radis/token_authentication/apps.py index fe82f9fa..023a8527 100644 --- a/radis/token_authentication/apps.py +++ b/radis/token_authentication/apps.py @@ -2,5 +2,4 @@ class TokenAuthenticationConfig(AppConfig): - default_auto_field = "django.db.models.BigAutoField" name = "radis.token_authentication"