On 3/19/07, Grupo Django <[EMAIL PROTECTED]> wrote: > > Does Django support referential integrity?
Django does its best to emulate integrity features when they are not present in the underlying database (for example, if you delete an object to which other objects were related via foreign keys, Django will work out what those objects are and delete them as well, effectively emulating "ON DELETE CASCADE"), but it is preferred to use a database -- such as PostgreSQL -- which has strong integrity support by default. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---