#7538: add signal when all models are loaded
---------------------------------------------+------------------------------
          Reporter:  dja...@poelzi.org       |         Owner:  nobody
            Status:  closed                  |     Milestone:        
         Component:  Core framework          |       Version:  SVN   
        Resolution:  wontfix                 |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  1                       |   Needs_tests:  1     
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by DanielLindsley):

 * cc: polarc...@gmail.com (removed)
  * status:  new => closed
  * resolution:  => wontfix

Comment:

 After some short discussion on the list and further explanation by
 Malcolm, this patch does not work the way Django works and is far too
 specific to the AppCache, which should remain an internal implementation
 detail. Models are not loaded at any one specific point in Django; rather,
 they are loaded the first time a Model is attempted to be imported.
 Because of this you would never be guaranteed of this always behaving the
 same way. Further, there is the potential in the future that Django would
 enable partial loading (only the models necessary), rendering this
 behavior useless.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7538#comment:7>
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