On Wed, Jan 14, 2009 at 9:51 AM, Sebastian Bauer <ad...@ugame.net.pl> wrote: > how orm can save second instance of the same row when its deleted?
Deleting an object won't magically remove all references to it - the instance_2 variable still has a perfectly valid object, so saving it just reinserts a new copy of it. This is not a bug, as everything is working as intended :) -- Collin Grady --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---