On Wed, 2008-10-08 at 21:30 +0300, Erik Allik 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?
That would be impossible, since ModelBase.__new__ calls _prepare and the former is run at import time, so happens before the point at which all the models have been loaded. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---