Skip to content

Commit

Permalink
add default auto field to test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 20, 2023
1 parent f85a7e0 commit 373e1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
}
}

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

# Password validation
# https://docs.djangoproject.com/en/1.11/ref/settings/#auth-password-validators
Expand Down

0 comments on commit 373e1d7

Please sign in to comment.