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)