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?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---