.. |
backends
|
Fixed #35233 -- Moved template engine system checks to backend methods.
|
2024-03-27 08:14:54 +01:00 |
loaders
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
__init__.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
autoreload.py
|
Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to TemplatesSetting.
|
2023-09-29 06:01:04 +02:00 |
base.py
|
Fixed #34883 -- Allowed template tags to set extra data on templates.
|
2023-10-02 16:16:43 +02:00 |
context_processors.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
context.py
|
Fixed #35417 -- Updated BaseContext.new() with values to create a context that can be flattened.
|
2024-06-13 14:22:40 +02:00 |
defaultfilters.py
|
Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.
|
2024-08-06 08:50:08 +02:00 |
defaulttags.py
|
Refs #10941 -- Renamed query_string template tag to querystring.
|
2024-07-15 13:28:55 -03:00 |
engine.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
exceptions.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
library.py
|
Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable().
|
2023-11-24 12:06:29 +01:00 |
loader_tags.py
|
Avoided parallel assignment in template classes.
|
2023-05-18 05:57:28 +02:00 |
loader.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
response.py
|
Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses."
|
2023-04-12 18:52:43 +02:00 |
smartif.py
|
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.
|
2024-03-10 20:05:15 +01:00 |
utils.py
|
Applied optimizations to template.utils.get_app_template_dirs().
|
2024-07-22 08:38:46 +02:00 |