Update Changelog for Django 1.7 compatibility

fix_request_path_info
Diederik van der Boor 2014-09-22 16:05:27 +02:00
parent 84791daf47
commit 2c88bbc1f0
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Version 0.6 (in git)
-------------------- --------------------
* Added permission check for all child types. * 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). * **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. If you have overwritten this method in your code, make sure the method signature is updated accordingly.