1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/template_tests
Preston Timmons cfda1fa3f8 Fixed #25848 -- Set template origin on each node.
Prior to 55f12f8709, the template origin was available on each node via
`self.token.source[0]`. This behavior was removed when debug handling was
simplified, but 3rd-party debugging tools still depend on its presence.
This updates the Parser to set origin on individual nodes. This enables the
source template to be determined even when template extending or including is
used.
2016-01-26 06:23:27 -05:00
..
eggs
filter_tests Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
jinja2/template_tests
other_templates
recursive_templates
syntax_tests Fixed #26118 -- Added 'is' operator to if template tag. 2016-01-22 15:35:28 -05:00
templates
templatetags
__init__.py
alternate_urls.py
annotated_tag_function.py
broken_tag.py
test_callables.py Updated template tests to create their own engine. 2015-04-20 09:11:37 -05:00
test_context.py
test_custom.py
test_engine.py
test_extends.py
test_library.py
test_loaders.py
test_logging.py
test_nodelist.py
test_origin.py Fixed #25825 -- Implemented __ne__() for template Origin 2015-12-03 15:59:34 -05:00
test_parser.py
test_response.py Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
test_smartif.py
test_unicode.py
tests.py Fixed #25848 -- Set template origin on each node. 2016-01-26 06:23:27 -05:00
urls.py
utils.py
views.py