fizista / django-password-validators

Additional libraries for validating passwords in Django.
BSD 3-Clause "New" or "Revised" License
51 stars 30 forks source link

Add default_auto_field in apps config #33

Closed dekkers closed 1 year ago

dekkers commented 1 year ago

We need to set default_auto_field in the app config to prevent getting messages about missing migrations if in a project DEFAULT_AUTO_FIELD is set to BigAutoField.

Fixes #29