macropin / django-registration

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

Specified app_label to prevent issues with app_label when inheriting … #326

Closed msert29 closed 1 year ago

msert29 commented 6 years ago

Using the Registration package prompts app_label issue when migrating from Django 1.8 to 1.11. The specific reason for this was that because of a custom user model which inherited from registration model. Hence this fix is to prevent such errors.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.007%) to 97.076% when pulling 13d6330e91859846bf095824199b281e67329dca on msert29:master into 730966e52ff9364f66e9b5f23a199e787d115469 on macropin:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.007%) to 97.076% when pulling 13d6330e91859846bf095824199b281e67329dca on msert29:master into 730966e52ff9364f66e9b5f23a199e787d115469 on macropin:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.007%) to 97.076% when pulling 13d6330e91859846bf095824199b281e67329dca on msert29:master into 730966e52ff9364f66e9b5f23a199e787d115469 on macropin:master.

joshblum commented 6 years ago

@msert29 do you have you the traceback you get when encountering the error?