From 7fec2429125e96ed950fa66251862c985418341a Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 12 Sep 2016 10:39:54 +0200 Subject: [PATCH] add missing changelog entry for 0.9 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e3d38a3..821fa2b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `.