1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django/template
cammil 313c3d1aa1 Fixed #28935 -- Fixed display of errors in extended blocks.
Get the template that caused the exception and get the
exception info from that template, using the node that
caused the exception.
2021-07-02 11:38:15 +02:00
..
backends Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary exceptions in get_package_libraries(). 2020-12-28 07:31:37 +01:00
loaders Refs #15053 -- Clarified debug message when skipping templates to avoid recursion. 2020-11-21 10:49:31 +01:00
__init__.py Fixed #25791 -- Implement autoreload behaviour for cached template loader. 2020-11-05 15:30:52 +01:00
autoreload.py Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes. 2021-05-26 09:41:29 +02:00
base.py Fixed #28935 -- Fixed display of errors in extended blocks. 2021-07-02 11:38:15 +02:00
context_processors.py
context.py
defaultfilters.py
defaulttags.py Refs #24121 -- Added __repr__() to URLNode. 2021-03-02 12:24:49 +01:00
engine.py Refs #24121 -- Added __repr__() to Engine 2021-06-01 07:44:36 +02:00
exceptions.py
library.py
loader_tags.py Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode. 2021-06-10 12:47:53 +02:00
loader.py
response.py
smartif.py
utils.py