Skip to content

Commit

Permalink
Remove default_auto_field again
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Nov 22, 2024
1 parent 9fa3dcd commit f503dff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/lettercraft/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@
"USER_DETAILS_SERIALIZER": "user.serializers.CustomUserDetailsSerializer",
}

# Explicitly sets the auto field to the Django 3.2+ default,
# cf. https://docs.djangoproject.com/en/4.2/releases/3.2/#customizing-type-of-auto-created-primary-keys
# Silences warnings from django-allauth.
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

# Internationalization
# https://docs.djangoproject.com/en/3.0/topics/i18n/
Expand Down

0 comments on commit f503dff

Please sign in to comment.