django1/django/contrib/admin
Malcolm Tredinnick 8226b8c957 Fixed #8569 -- Ensure that apps are correctly set up before introspecting them
in admin validation.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 23:06:30 +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 #7984 -- 'View on site' links now work in inlines. Thanks philwo for the report and initial patch by julianb. 2008-08-26 18:07:36 +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 Fixed #8522 -- Allow app_index to take extra_context to be consistent with the other views in the admin. Thanks Jannis Leidel for the patch. 2008-08-25 03:55:47 +00:00
util.py Fixed #6101 -- Tweaked a couple of places in the delete-related-objects 2008-08-26 07:36:39 +00:00
validation.py Fixed #8569 -- Ensure that apps are correctly set up before introspecting them 2008-08-26 23:06:30 +00:00
widgets.py Fixed #7250 -- Don't show internal data of a FileField in the admin when the form does not validate. This also alternatively fixes a recent problem since [8244] when the form is not valid. Thanks Marc Garcia for the initial ticket. 2008-08-10 01:07:40 +00:00