I'd like to get get discussion started on the introduction of a "all models loaded and ready for use" signal within AppCache. There's a ticket already out there for this (http://code.djangoproject.com/ ticket/7538) but it looks like that forward progress on it stopped because nothing was brought up here.
The only alternative I've found it try to listen for the "class_prepared" signal and repeated check to see if the AppCache is loaded. This is very sub-optimal and doesn't work under certain conditions. This would be extremely useful to me. In talking to some of the core devs and other Django developers, it sounds like others would appreciate having it too. I'd be happy to do whatever (update patch, write tests, documentation) in order to get it or something like it into Django proper. Daniel Lindsley --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
