Fix .non_polymorphic(), returns a copy of the queryset

Just like .filter() and such do.
This commit is contained in:
Diederik van der Boor
2013-09-19 19:36:05 +02:00
parent 61e9a8050a
commit e1093ff1fb
2 changed files with 11 additions and 4 deletions
+6
View File
@@ -1,6 +1,12 @@
Changelog
==========
Version 0.5.4 (in development)
------------------------------
* Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset.
Version 0.5.3 (2013-09-17)
--------------------------