Fix missing `alters_data = True` annotations.

This commit is contained in:
Diederik van der Boor
2014-04-03 14:10:53 +02:00
parent b73f22f4e0
commit 157f6b1057
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -5,6 +5,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.
Version 0.5.3 (2013-09-17)