Hi Aymeric,
Pardon my misunderstand of the new functionality, and thanks for the
explanation. The ability to use template libraries outside of installed apps
alone is a great addition. Thanks for your hard work on this.
--
You received this message because you are subscribed to the Google Grou
Hello,
The situation is nowhere near as complicated as you make it sound.
1) Builtins: many applications or projects relied on the private
`add_to_builtins` API in order not to have to {% load %} commonly used
libraries in every template. The new “builtins” option provides a public API
for thi
CORRECTION:
| Due to #2, you can still run...
Should be:
| Due to #1, you can still run...
--
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
I was reading through the 1.9 release notes when I came across the new
OPTIONS['libraries'] feature.
Relevant links:
-
https://docs.djangoproject.com/en/dev/releases/1.9/#template-tag-modules-are-imported-when-templates-are-configured
- https://docs.djangoproject.com/en/dev/releases/1.9/#te