From a66a835b25a721444eca691d27f53631e6490784 Mon Sep 17 00:00:00 2001 From: Petar Radosevic Date: Mon, 18 Feb 2013 12:31:54 +0100 Subject: [PATCH] UPDATES about 1.5 compatibility --- UPDATES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPDATES b/UPDATES index 6911080d..793a8690 100644 --- a/UPDATES +++ b/UPDATES @@ -1,5 +1,12 @@ This file contains all the backwards-incompatible changes. +Version 1.2.0 + +- 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. + Version 1.1.2 - Activation view no longer contains username. If you override