django1/django/template
Aymeric Augustin aff649a3bd Normalized imports of functools.wraps.
@wraps is 10 times more common than @functools.wraps. Standardize to
the most common version.
2022-05-25 10:58:28 +02:00
..
backends Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +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 #33628 -- Ignored directories with empty names in autoreloader check for template changes. 2022-04-11 07:37:30 +02:00
base.py Fixed #33653 -- Fixed template crash when calling methods for built-in types without required arguments. 2022-05-20 07:53:05 +02:00
context.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
context_processors.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
defaultfilters.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
defaulttags.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
engine.py Fixed #33639 -- Enabled cached template loader in development. 2022-04-19 12:13:27 +02:00
exceptions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
library.py Normalized imports of functools.wraps. 2022-05-25 10:58:28 +02:00
loader.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
loader_tags.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
response.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
smartif.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00