1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django/template
Aymeric Augustin a5b062576b Removed a few trailing backslashes.
We have always been at war with trailing backslashes.
2013-09-22 14:04:10 +02:00
..
loaders Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
__init__.py
base.py Fixed #7557 -- Added type checking to Variable initialization. 2013-09-19 09:27:19 -04:00
context.py
debug.py
defaultfilters.py
defaulttags.py Prevented arbitrary file inclusion with {% ssi %} tag and relative paths. 2013-09-10 21:02:48 -04:00
loader_tags.py
loader.py Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
response.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
smartif.py