On Thu, Jul 30, 2015 at 3:38 PM, Markus Amalthea Magnuson <[email protected]> wrote: > Hey, > > I stumbled upon a piece of code and a comment that says this: > > Deleting a model object that has related objects will only cascade delete > those objects if their models have been imported. > > Is this true? I have not found it in the documentation and would like to add > a reference to the code comment so others won't be as confused as I am.
Is this models module called models.py and does it live inside a Django application listed in INSTALLED_APPS? -- Marc -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BDCN_tKE56qJPJ339uL0Zo%2BvEDSsPdTnLMODHC_3H4hd856dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

