django1/django/views
Curtis Maloney 14ecbd02a3 Removed cases of six.iter* wrapped in a list()
There's absolutely no advantage [and a mild performance hit] to using six.iter*
in these cases.
2015-04-18 23:29:29 +10:00
..
decorators Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting. 2015-02-22 15:46:35 +01:00
debug.py Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
defaults.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
i18n.py Removed spaces after 'function' in jsi18n 2015-03-20 17:28:29 -04:00
static.py Fixed a few uses of Template that relied on a default engine. 2015-02-22 23:13:55 +01:00