Open GoogleCodeExporter opened 8 years ago
I believe the problem lies not in Photologue but in Django. The latter always
performs deletes as though ON DELETE CASCADE had been specified for all foreign
keys.
As far as I know the only way to avoid this is to manually NULL references to the
row being deleted before performing the deletion.
http://docs.djangoproject.com/en/dev/topics/db/queries/#deleting-objects
Original comment by ma...@two14.net
on 10 Aug 2009 at 3:26
Original issue reported on code.google.com by
eha...@gmail.com
on 10 Oct 2008 at 10:51Attachments: