django1/django/contrib/admin
Brian Rosner eefec151d1 Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fields on the same line.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-01 22:59:43 +00:00
..
media Fixed #8499 -- Corrected a couple of instances of where the CSS class name error should be errors. Thanks rmyers for catching this. 2008-08-25 19:29:13 +00:00
templates Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fields on the same line. 2008-09-01 22:59:43 +00:00
templatetags Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tracey and SmileyChris. 2008-09-01 22:43:38 +00:00
views Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tracey and SmileyChris. 2008-09-01 22:43:38 +00:00
__init__.py Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid `INSTALLED_APPS` entries and/or exotic import schemes that don't have `__path__`. 2008-08-26 16:18:20 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
helpers.py Fixed #8194 (again): correctly focus on the first declared field in the admin. Thanks to fredbartle for catching my silly mistake the first time 'round. 2008-08-31 20:30:55 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`. 2008-08-31 20:11:28 +00:00
sites.py Marked a handful of missed strings for translation. Fixes #8644, #8617, and #8610. 2008-08-28 20:17:31 +00:00
util.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
validation.py Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation when using custom `ModelForm`s. 2008-08-28 15:43:04 +00:00
widgets.py Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tracey and SmileyChris. 2008-09-01 22:43:38 +00:00