django1/django/contrib/admin
Tim Graham ed4c2e1c0d Fixed #22329 -- Used label_tag() in some admin auth templates.
refs #17922.
2014-03-29 08:54:56 -04:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
static/admin Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. 2014-03-11 06:56:27 -04:00
templates Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
templatetags Removed some unnecessary __exact operators in filters. 2014-01-17 18:12:45 -05:00
views Removed reading of legacy admin popup GET parameter. 2014-03-21 11:35:33 -04:00
__init__.py Avoided importing models from django.contrib.admin. 2014-02-01 20:38:15 +01:00
actions.py Used application verbose names in the admin. 2013-12-22 16:53:57 +01:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
checks.py Fixed #22034 -- Added a specific set of relation checks for GenericInlineModelAdmin. 2014-03-08 11:25:23 +08:00
decorators.py Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
exceptions.py Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
filters.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
helpers.py Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides. 2014-03-25 09:33:13 -04:00
models.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04:00
options.py Made m2m fields form help_text munging specific to admin widgets. 2014-03-22 15:43:17 -03:00
sites.py Fixed #22329 -- Used label_tag() in some admin auth templates. 2014-03-29 08:54:56 -04:00
tests.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
util.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
utils.py Fixed #22207 -- Added support for GenericRelation reverse lookups 2014-03-05 22:37:53 +02:00
validation.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
widgets.py Fixed #22137 -- Made Widget.is_hidden a read-only property 2014-03-01 10:36:48 +01:00