django1/django/contrib/admin
Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
2017-05-27 19:08:46 -04:00
..
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
locale Fixed #28085 -- Added missing plural forms in en translation catalogs 2017-05-05 21:25:37 +02:00
migrations Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
static/admin Fixed #25006 -- Allowed custom time shortcuts in admin's time picker. 2017-05-27 10:50:18 -04:00
templates Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget. 2017-02-20 08:48:03 -05:00
templatetags Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
views Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
actions.py Fixed docstring typo in django/contrib/admin/actions.py. 2017-05-25 05:54:51 -04:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.py Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
decorators.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
exceptions.py Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:39:40 -04:00
filters.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
forms.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
helpers.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
models.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
options.py Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
sites.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
tests.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
widgets.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00