Re: Django and referential integrity.

2007-03-19 Thread Grupo Django
Thank you very much both of you! On 19 mar, 20:32, "James Bennett" <[EMAIL PROTECTED]> wrote: > 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 underl

Re: Django and referential integrity.

2007-03-19 Thread James Bennett
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, Dj

Re: Django and referential integrity.

2007-03-19 Thread Jeremy Dunck
On 3/19/07, Grupo Django <[EMAIL PROTECTED]> wrote: > > Does Django support referential integrity? Databases support referential integrity. Django supports databases. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro