1
0
mirror of https://github.com/django/django.git synced 2025-03-21 14:50:45 +00:00
Aymeric Augustin b4cd8169de Fixed -- 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
..
2013-02-26 10:00:14 +01:00