django-registration icon indicating copy to clipboard operation
django-registration copied to clipboard

Specified app_label to prevent issues with app_label when inheriting …

Open msert29 opened this issue 7 years ago • 4 comments

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.

msert29 avatar Feb 16 '18 09:02 msert29

Coverage Status

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

coveralls avatar Feb 16 '18 09:02 coveralls

Coverage Status

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

coveralls avatar Feb 16 '18 09:02 coveralls

Coverage Status

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

coveralls avatar Feb 16 '18 09:02 coveralls

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

joshblum avatar Feb 18 '18 15:02 joshblum