From acf1ddc08634ce08582c5b62985dc4a81b6acbc4 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Thu, 3 Apr 2014 14:29:09 +0200 Subject: [PATCH] update changelog too for #69 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 12e5d30..b5bcc2b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,7 @@ Version 0.5.4 (in development) * Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset. * Fix missing ``alters_data = True`` annotations on the overwritten ``save()`` methods. +* Fix infinite recursion bug in the admin with Django 1.6+ Version 0.5.3 (2013-09-17)