#9998: Document side effects of importing uninstalled models
---------------------------+------------------------------------------------
 Reporter:  ubernostrum    |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 If a model is in an application not listed in `INSTALLED_APPS`, but is
 imported by some piece of code that's nonetheless in use, weird behavior
 can ensue (up to and including other models receiving reverse relations
 and thus erroring on delete operations when they try to select or delete
 from a non-existent related table).

 This should be documented a bit more clearly, to ensure people don't trip
 over it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9998>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to