django1/django/contrib/admin
Luke Plant 5bf73dd909 Fixed reference to removed function root() in AdminSite docstring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-14 01:24:20 +00:00
..
media Fixed #14193: prepopulated_fields javascript now concatenates in correct order. Thanks to bmihelac for the patch. 2010-10-10 09:57:23 +00:00
templates Fixed #14193: prepopulated_fields javascript now concatenates in correct order. Thanks to bmihelac for the patch. 2010-10-10 09:57:23 +00:00
templatetags Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
views Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
__init__.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
actions.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
filterspecs.py Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +00:00
helpers.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #14017 -- wrong comment on log_deletion method of ModelAdmin 2010-10-13 04:16:31 +00:00
sites.py Fixed reference to removed function root() in AdminSite docstring. 2010-10-14 01:24:20 +00:00
util.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
validation.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
widgets.py Fixed #14363 -- Fixed render method of ManyToManyRawIdWidget to set attrs to an empty dict. Thanks, tyrion and dpn. 2010-10-01 02:31:05 +00:00