Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Releases: bread-and-pepper/django-userena

1.1.2

22 Mar 18:12
Compare
Choose a tag to compare

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

22 Mar 18:12
Compare
Choose a tag to compare
1.1

Backwards incompatible changes:

  • Userena now requires Django >= 1.3 because of the use of class based views.

1.0.1

22 Mar 18:12
Compare
Choose a tag to compare

Backwards incompatible changes:

  • Removed the user relationship outside UserenaBaseProfile model. This
    allows the user to define it's own relationship and fixes a conflict while
    running manage.py test. To migrate, place the user field inside your
    profile model, instead of inheriting it from the abstract class.