django1/django/template
Ray Ashman Jr dcfc8fa972 Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
..
loaders Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
__init__.py Fixed #12248 -- Refactored django.template to get code out of __init__.py, to help with avoiding circular import dependencies. Thanks to Tom Tobin for the patch. 2010-11-27 05:47:30 +00:00
base.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
context.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
debug.py Fixed #21266 -- Fixed E201,E202 pep8 warnings. 2013-10-14 18:12:00 -04:00
defaultfilters.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
defaulttags.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
loader.py Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE_DIRS. 2013-09-18 07:37:08 -04:00
loader_tags.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
response.py Removed a few trailing backslashes. 2013-09-22 14:04:10 +02:00
smartif.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00