macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

add default_auto_field to the app config, fixing #430 #431

Closed KommuSoft closed 1 year ago

KommuSoft commented 1 year ago

See discussion on https://stackoverflow.com/q/75340507/67579

KommuSoft commented 1 year ago

Also fixes #413

joshblum commented 1 year ago

@KommuSoft can you rebase this branch to pickup the CI fixes I added in https://github.com/macropin/django-registration/pull/432?

coveralls commented 1 year ago

Coverage Status

Coverage: 97.162% (+0.01%) from 97.151% when pulling b2abed7e57ef6a56170a9b6b42cbfbc33714fd79 on hapytex:issues/issue-430 into 0252d8157383fe17482b9fe28ea52a5166bd2be4 on macropin:main.

joshblum commented 1 year ago

Thanks @KommuSoft!