add missing changelog entry for 0.9

fix_request_path_info
Diederik van der Boor 2016-09-12 10:39:54 +02:00
parent e76259fa2e
commit 7fec242912
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ Version 0.9 (2016-02-17)
* Fix Django 1.9 handling of custom URLs.
The new change-URL redirect overlapped any custom URLs defined in the child admin.
* Fix Django 1.9 support in the admin.
* Fix setting an extra custom manager without overriding the ``_default_manager``.
* Fix missing ``history_view()`` redirection to the child admin, which is important for django-reversion_ support.
See the documentation for hints for :ref:`django-reversion-compare support <django-reversion-compare-support>`.