django1/django/contrib/admindocs
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
..
locale Fetched updated contrib translations from Transifex 2015-04-01 19:51:50 +02:00
templates/admin_doc Fixed #5405 -- Added admindocs support for reStructured text in model docstrings 2014-11-03 15:30:46 -05:00
tests Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
apps.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
middleware.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
urls.py Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
utils.py Fixed #24625 -- Prevented arbitrary file inclusion in admindocs 2015-04-11 20:36:10 +02:00
views.py Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00