Backwards incompatible changes: - Creating new user always creates new empty userena profile (fixes bug from 1.3.1).
1.3.1
Backwards incompatible changes: - When USERENA_ACTIVATION_REQUIRED = False, creating new user does not automatically create userena profile (bug).
1.2.2
Backwards incompatible changes: - Changed backwards relationships names for Umessages contrib application from `to_user` to `um_to_user` and `from_user` to `um_from_user`.
1.2.0
Backwards incompatible changes: - This version updates Userena to be able to use the new `User` model found in Django 1.5. This does require the django-guardion > 1.5-dev. To make this work, there is a `get_user_model` function in `userena/utils.py` which is used to get the correct `User` model.
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
Backwards incompatible changes: - Userena now requires Django >= 1.3 because of the use of class based views.