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 a model with
translatable fields after the "main" model is fully created.  See
translation.py:

http://django-multilingual.googlecode.com/svn/trunk/multilingual/translation.py

-mk


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to