django1/django/contrib/admin
Carl Meyer 21d6fb6062 Removed dead compatibility code for removed AdminSite.root() method for mounting admin urls.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-01 17:22:13 +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 Revert the removal of an unused import (in [14175]) that was referenced in documentation. Thanks for noticing, clong. 2010-10-27 07:08:15 +00:00
actions.py Removed dead compatibility code for removed AdminSite.root() method for mounting admin urls. 2010-11-01 17:22:13 +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 Remove several uses of the deprecated dict.has_key in favor of the in operator. This is faster, has less code, and is in every single way better. 2010-10-29 04:24:53 +00:00
sites.py Remove several uses of the deprecated dict.has_key in favor of the in operator. This is faster, has less code, and is in every single way better. 2010-10-29 04:24:53 +00:00
util.py Removed dead compatibility code for removed AdminSite.root() method for mounting admin urls. 2010-11-01 17:22:13 +00:00
validation.py Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson. 2010-10-12 01:03:53 +00:00
widgets.py Remove several uses of the deprecated dict.has_key in favor of the in operator. This is faster, has less code, and is in every single way better. 2010-10-29 04:24:53 +00:00