1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django/template
2014-07-01 17:29:41 -04:00
..
loaders
__init__.py
base.py Fixed #22933 -- Deprecated django.template.resolve_variable(). 2014-07-01 17:29:41 -04:00
context.py Made the new template.Context.flatten() method a public API. 2014-02-16 15:18:45 +01:00
debug.py
defaultfilters.py Fixed #22798 -- pluralize() now adds plural_suffix for any 1 < d < 2 2014-06-10 16:04:43 -04:00
defaulttags.py Fixed #13408 -- Deprecated silent unpacking exception passing in for template tag. 2014-04-08 13:55:17 -04:00
loader_tags.py
loader.py Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to its Context 2014-02-22 23:33:48 +01:00
response.py
smartif.py