On 7/18/07, tyman26 <[EMAIL PROTECTED]> wrote: > Is it possible to set a property in my model that will set update > cascade/delete to true when the tables are generated? I know models > automatically do this anyways when you delete or update, but if I am > working directly with database information it doesn't work > consistently. I know it's possible to simply alter the table within > my database, but if I rebuild the tables with django then I have to > redo this every time. Is this my only solution?
Yes. Due to inconsistencies in how different databases handle this functionality (and, in some cases, whether they offer it at all), Django isn't currently able to let you specify a behavior for ON UPDATE/ON DELETE. If you're interested in helping to smooth it out, some of the issues are discussed here: http://groups.google.com/group/django-developers/msg/4c65ac76d85c5c34 -- "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 -~----------~----~----~----~------~----~------~--~---