Re: Use of django.db.models.signals.class_prepared in the wild?

2007-06-26 Thread Jeremy Dunck
On 6/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I use class_prepared in django-multilingual Thanks. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: Use of django.db.models.signals.class_prepared in the wild?

2007-06-26 Thread [EMAIL PROTECTED]
Hi, On Jun 26, 10:41 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > I'm having some trouble finding any uses of class_prepared. > I imagine this is because the class_prepared signal is sent so early > in Django's startup, but am curious: I use class_prepared in django-multilingual to create

Use of django.db.models.signals.class_prepared in the wild?

2007-06-26 Thread Jeremy Dunck
Hello all, I'm trying to document uses of django signals in preparation for a presentation. I'm having some trouble finding any uses of class_prepared. I imagine this is because the class_prepared signal is sent so early in Django's startup, but am curious: Does anyone know of an example