Re: Adding a signal to indicate when all models have finished loading. (#7538)

2009-04-11 Thread Daniel Lindsley
Malcolm, Given new information, I stand corrected. Given what I had seen in experimenting and certain bits of Django, I was under the impression that all models were deterministically loaded when Django started up. Since that is not the case, it's very clear why this signal would have implica

Re: Adding a signal to indicate when all models have finished loading. (#7538)

2009-04-10 Thread Malcolm Tredinnick
On Fri, 2009-04-10 at 12:51 -0700, polarc...@gmail.com wrote: > 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

Adding a signal to indicate when all models have finished loading. (#7538)

2009-04-10 Thread polarc...@gmail.com
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 u