From 38198c2d9f785e8ac512d0fa4e7b288766f2489e Mon Sep 17 00:00:00 2001 From: arthur Date: Sun, 22 May 2016 15:15:13 +0200 Subject: [PATCH] Update History --- HISTORY.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index af185ae..794b0f7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,20 @@ History ========= +0.6.2 (?) + +* Fix Django 1.8 issues and add 1.9 compatibility +* Update all dependancies (DRF, floppyforms, filters, ...) +* Regenerate example project to make it django 1.9 compatible +* Update tox and travis and add flake8 +* Rename AdminModel2Mixin to Admin2ModelMixin +* Add migrations +* Replace IPAddressField with GenericIPAddressField +* Fix password link in user admin +* Fix user logout on password change +* Fix tests + + 0.6.1 (2014-02-26) * Fix empty form display