On Oct 8, 2:30 pm, Erik Allik <[EMAIL PROTECTED]> wrote:
> I've thought about this but I'm not sure how. Is there a hook/signal  
> that gets fired when all models have been loaded but  
> ModelBase._prepare hasn't run?

No, there isn't, but it doesn't seem like you'd need that.  It seems
like listening for class_prepared would be one option.  There's no
need to do anything before ModelBase._prepare runs; the only thing
that does is handle looking up ABSOLUTE_URL_OVERRIDES, which you won't
be using anyway.

Carl
--~--~---------~--~----~------------~-------~--~----~
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