#5685: Add ability to perform pre-runtime setup before executing code ------------------------+--------------------------------------------------- Reporter: __hawkeye__ | Owner: nobody Status: new | Component: Uncategorized Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 ------------------------+--------------------------------------------------- Django should allow developers to elegantly inject functionality prior to general code execution.
This is useful if something needs to happen ''before'' models are loaded (register as a ```class_prepared``` listener). Malcolm indicated that he is aware of other cases where this could be useful. This issue has been discussed briefly on django-users. [http://groups.google.com/group/django- users/browse_thread/thread/2f395d5b50086aea/] -- Ticket URL: <http://code.djangoproject.com/ticket/5685> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
