On Aug 1, 12:30 pm, Jonathan Wood <[EMAIL PROTECTED]> wrote:

>
> Do I need to somehow clean up the "test_group_perms" table when Ideletea 
> subject? Or am I coding my modules incorrectly?

Followup:

After a bit more digging, it looks like Django is not emulating
cascading deletes properly here (SQLite does not support foreign key
constraints so it is up to either my code or Django to do it). We have
implemented some code suggested on the SQLite wiki [1] to maintain
relational integrity, and things are working now.

Jon

[1] http://www.sqlite.org/cvstrac/wiki?p=ForeignKeyTriggers


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to