From 047ed08a8a01678a1ca133f5c5c66397a86ce2dc Mon Sep 17 00:00:00 2001 From: Asif Saifuddin Auvi Date: Tue, 15 Nov 2016 22:47:46 +0600 Subject: [PATCH] update history for 0.7.0 --- HISTORY.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fb35293..addd21f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,19 +1,23 @@ History ========= -0.6.2 (?) +0.7.0 (2016-11-16) -* Fix Django 1.8 issues and add 1.9 compatibility -* Update django-rest-framework +* Fix Django 1.8 issues and add 1.9, 1.10 compatibility +* Update django-rest-framework to 3.3.x * Remove django-crispy-forms and django-floppyforms * Regenerate example project to make it django 1.9 compatible * Update tox and travis and add flake8 * Rename AdminModel2Mixin to Admin2ModelMixin -* Add migrations +* Add migrations +* remove south migrations * Replace IPAddressField with GenericIPAddressField * Fix password link in user admin * Fix user logout on password change * Fix tests +* Drop support of django versions lower then 1.8 +* Drop older url.patterns + 0.6.1 (2014-02-26)