django/django/template
Sarah Boyce c19465ad87 Fixed CVE-2024-41989 -- Prevented excessive memory consumption in floatformat.
Thanks Elias Myllymäki for the report.

Co-authored-by: Shai Berger <shai@platonix.com>
2024-08-06 08:50:08 +02:00
..
backends Fixed #35233 -- Moved template engine system checks to backend methods. 2024-03-27 08:14:54 +01:00
loaders
__init__.py
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.py Fixed #35417 -- Updated BaseContext.new() with values to create a context that can be flattened. 2024-06-13 14:22:40 +02:00
context_processors.py
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
library.py Fixed #34983 -- Deprecated django.utils.itercompat.is_iterable(). 2023-11-24 12:06:29 +01:00
loader.py
loader_tags.py Avoided parallel assignment in template classes. 2023-05-18 05:57:28 +02:00
response.py
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