2014-12-29 0:26 GMT+01:00 Curtis Maloney <[email protected]>:
> I certainly like the idea of making public the API to load your tag lib by > default for your project. It's there, it's clean, and it's been stable for > a looong time. Of course, the multi-template-engine work may change this. It doesn't. Template tags / filters libraries are still global per-project. In this regard they behave just like Python modules. They're registered / imported once and then available for everyone. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANE-7mWBz1R8KYD2LhQTZP_ZZMbxyFA1oNOGMSYP6NFdCVDTAw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
