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

1.2.0

Compare
Choose a tag to compare
@swistakm swistakm released this 22 Mar 18:11
· 306 commits to master since this release

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.