From 2c88bbc1f06d51130524ca28acec669e77b71e2e Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 22 Sep 2014 16:05:27 +0200 Subject: [PATCH] Update Changelog for Django 1.7 compatibility --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 28cbc23..dd8a877 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Version 0.6 (in git) -------------------- * Added permission check for all child types. +* Added Django 1.7 support. * **BACKWARDS INCOMPATIBILITY:** the ``get_child_type_choices()`` method receives 2 arguments now (request, action). If you have overwritten this method in your code, make sure the method signature is updated accordingly.