.. |
backends
|
Refs #32987 -- Refactored out get_template_tag_modules().
|
2021-10-20 09:40:15 +02: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
|
Refs #32919 -- Simplified Lexer.create_token() by reorganizing blocks.
|
2021-08-25 13:14:35 +02:00 |
context.py
|
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.
|
2019-10-01 17:58:19 +02:00 |
context_processors.py
|
Bumped minimum isort version to 5.1.0.
|
2020-07-30 10:58:59 +02:00 |
defaultfilters.py
|
Fixed #30086, Refs #32873 -- Made floatformat template filter independent of USE_L10N.
|
2021-09-08 08:37:27 +02:00 |
defaulttags.py
|
Fixed #32919 -- Optimized lexing & parsing of templates.
|
2021-08-02 10:57:51 +01:00 |
engine.py
|
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
|
2021-09-27 09:10:58 +02:00 |
exceptions.py
|
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
|
2017-02-17 11:29:38 -05:00 |
library.py
|
Fixed #33036 -- Made simple_tag()/inclusion_tag() with takes_context raise TemplateSyntaxError when function has no parameters.
|
2021-08-19 07:39:55 +02:00 |
loader.py
|
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
|
2017-02-17 11:29:38 -05:00 |
loader_tags.py
|
Refs #24121 -- Added __repr__() to AdminForm, BlockContext, BlockTranslateNode, and IncludeNode.
|
2021-06-10 12:47:53 +02:00 |
response.py
|
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
|
2020-10-07 09:19:57 +02:00 |
smartif.py
|
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
|
2017-02-17 11:29:38 -05:00 |
utils.py
|
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
|
2021-09-27 09:10:58 +02:00 |