This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
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 aget_user_model
function inuserena/utils.py
which is used
to get the correctUser
model.