django1/django/contrib/admin
Jacob Kaplan-Moss fe8e00ae06 Fixed #8194: `AdminForm.first_field` now correctly returns the first field when using custom field orders.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8681 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-28 20:48:59 +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 Marked a couple of unmarked strings in edit_inline templates and corrected a marked string. 2008-08-26 18:15:19 +00:00
templatetags Fixed #8353 -- Corrected the case when adminform is not in the context when rendering {% prepopulated_fields_js %} in the admin. Thanks evan_schulz for the initial patch. 2008-08-17 05:16:16 +00:00
views Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case. 2008-08-24 06:34:18 +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: `AdminForm.first_field` now correctly returns the first field when using custom field orders. 2008-08-28 20:48:59 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #8547 -- Corrected the breadcrumb display in the object_history.html template. Thanks sorl for catching this. 2008-08-25 19:56:14 +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 Marked a handful of missed strings for translation. Fixes #8644, #8617, and #8610. 2008-08-28 20:17:31 +00:00