django1/django/contrib/admin
Claude Paroz efa67b897b Fetched translations from Transifex
Forward port of 49280a73ea from stable/1.7.x
2014-08-20 10:22:41 +02:00
..
bin Converted Django scripts to argparse 2014-06-09 10:13:37 +02:00
locale Fetched translations from Transifex 2014-08-20 10:22:41 +02:00
migrations Removed 'to_field' from ForeignKey(settings.AUTH_USER_MODEL) in admin's initial migration. 2014-06-23 13:13:45 -04:00
static/admin Fixed #18767 -- Fixed admin calendar for other locales than English. 2014-08-13 20:36:26 -04:00
templates Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
templatetags Added a newline to appease flake8 2014-07-13 08:35:25 -07:00
views Removed reading of legacy admin popup GET parameter. 2014-03-21 11:35:33 -04:00
__init__.py Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04:00
actions.py Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
apps.py Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:45:48 -04:00
checks.py Fixed #22792 -- Updated checks for list_display_links in model admin 2014-06-10 09:35:05 -04: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 #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters. 2014-08-04 09:39:02 -04: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 Fixed #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
sites.py Fixed #21132 -- Removed the useless app_name argument to AdminSite. 2014-08-14 09:05:51 -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 #20133 -- Added summary to admin deletion confirmation pages. 2014-08-14 13:56:23 -04:00
validation.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
widgets.py Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 2014-06-26 15:02:42 -04:00