Skip to content

Commit

Permalink
Protect against future default BigAutoField incompatibilities: https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
amywieliczka committed Apr 16, 2024
1 parent 6cbd31f commit 3c020f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exhibits/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

class ExhibitsConfig(AppConfig):
name = 'exhibits'
default_auto_field = 'django.db.models.AutoField'

0 comments on commit 3c020f9

Please sign in to comment.