django/tests/queries
Aymeric Augustin f855058c35 [1.6.x] 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.

Conflicts:
	tests/queries/tests.py

Backport of b4cd8169 from master.
2013-09-06 21:59:28 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.6.x] Fixed #11811 -- Data-loss bug in queryset.update. 2013-09-06 21:59:28 -05:00
tests.py [1.6.x] Fixed #11811 -- Data-loss bug in queryset.update. 2013-09-06 21:59:28 -05:00