update changelog too for #69

fix_request_path_info
Diederik van der Boor 2014-04-03 14:29:09 +02:00
parent b5774423f7
commit acf1ddc086
1 changed files with 1 additions and 0 deletions

View File

@ -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 ``.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 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) Version 0.5.3 (2013-09-17)