django1/django/template
Baptiste Mispelon 09341856ed Used Signature API instead of deprecated inspect.getcallargs().
inspect.getcallargs() was deprecated in Python 3.5 and the Signature
API (PEP 362) has better support for decorated functions (by default,
it follows the __wrapped__ attribute set by functools.wraps for
example).
2019-12-10 09:36:34 +01:00
..
backends Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template. 2019-11-27 12:48:07 +01:00
loaders Removed template_cache attribute from cached template loader. 2019-01-18 18:35:00 -05:00
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
base.py Used Signature API instead of deprecated inspect.getcallargs(). 2019-12-10 09:36:34 +01: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 Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
defaultfilters.py Fixed #30761 -- Prevented floatformat filter from returning a negative zero. 2019-10-31 10:48:35 +01:00
defaulttags.py Removed unnecessary numeric indexes in format strings. 2019-11-19 08:29:47 +01:00
engine.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +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 #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function is wrapped. 2019-05-17 09:53:24 +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 Merged startswith() calls. 2017-09-25 09:18:29 -04:00
response.py Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +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 #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00