This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Releases: bread-and-pepper/django-userena
Releases · bread-and-pepper/django-userena
1.1.2
Backwards incompatible changes:
- Activation view no longer contains username. If you override
userena/templates/userena/emails/activation_email_message.txt
and
userena/templates/userena/emails/confirmation_email_message_new.txt
be sure
to remove username from the URL.
1.1
1.0.1
Backwards incompatible changes:
- Removed the
user
relationship outsideUserenaBaseProfile
model. This
allows the user to define it's own relationship and fixes a conflict while
runningmanage.py test
. To migrate, place theuser
field inside your
profile model, instead of inheriting it from theabstract
class.