django/tests/queries
Aymeric Augustin b4cd8169de Fixed #11811 -- Data-loss bug in queryset.update.
It's now forbidden to call queryset.update(field=instance) when instance
hasn't been saved to the database ie. instance.pk is None.
2013-09-06 17:15:23 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #11811 -- Data-loss bug in queryset.update. 2013-09-06 17:15:23 -05:00
tests.py Fixed #11811 -- Data-loss bug in queryset.update. 2013-09-06 17:15:23 -05:00