On Mon, Aug 29, 2011 at 5:47 PM, Thomas Guettler <[email protected]> wrote: > Hi, > > I am missing a signal on application startup since a long time. > > Ticket: https://code.djangoproject.com/ticket/13024
You won't get any argument from me, or, I suspect, most of the core team, that there is a solution needed in this space. The only real discussion is how to implement the solution. A signal isn't ideal, because registration of signals is one of the things that needs to be done as part of startup. The good news (which has already been noted on the ticket) is that this is something that is addressed by the App refactor. This branch is feature complete, and is really just waiting on a review from other core developers (including myself, who has been a bit tardy on promises that I've made on this one). Yours, Russ Magee %-) -- 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.
