thanks for the links. I did come across those issues as well. But the main issue is that no SET NULL contraint is being set on the database ... Django does do it, but if someone deletes an item using the cli, the database will not do the right thing since the sql being generated ignores the SET NULL constraint.
thanks again, mike On Aug 19, 10:53 am, Landy Chapman <[email protected]> wrote: > Have a look: > > -http://old.nabble.com/Should-postgresql-cascade-after-truncate-td3188... > > - https://code.djangoproject.com/ticket/11665 > > http://groups.google.com/group/django-developers/browse_thread/thread... -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

