mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 17:30:27 +00:00
Passed the engine instance to loaders. This is a prerequisite for looking up configuration on the engine instance instead of global settings. This is backwards incompatible for custom template loaders that override __init__. However the documentation doesn't talk about __init__ and the way to pass arguments to custom template loaders isn't specified. I'm considering it a private API. |
||
|---|---|---|
| .. | ||
| eggs | ||
| other_templates | ||
| templates | ||
| templatetags | ||
| __init__.py | ||
| alternate_urls.py | ||
| filters.py | ||
| test_callables.py | ||
| test_context.py | ||
| test_custom.py | ||
| test_loaders.py | ||
| test_nodelist.py | ||
| test_parser.py | ||
| test_response.py | ||
| test_smartif.py | ||
| test_unicode.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||