django1/django/contrib/admin
Julien Phalip 93fbb77d9b Fixed #16716 -- Fixed two small regressions in the development version introduced in r16144 where the changelist crashed with a 500 error instead of nicely operating a 302 redirection back to the changelist.
The two specific cases were:

* a lookup through a non-existing field and apparently spanning multiple relationships (e.g. "?nonexistant__whatever=xxxx").
* a proper list_filter's queryset failing with an exception. In Django 1.3 the queryset was only directly manipulated by the changelist, whereas in 1.4 the list_filters may manipulate the queryset themselves. The fix here implies catching potential failures from the list_filters too.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-28 07:57:56 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
static/admin Further improved on the work done in r16622 by making the help text icons look hoverable in the admin tabular inline headers. 2011-08-26 04:36:31 +00:00
templates Further improved on the work done in r16622 by making the help text icons look hoverable in the admin tabular inline headers. 2011-08-26 04:36:31 +00:00
templatetags Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00
views Fixed #16716 -- Fixed two small regressions in the development version introduced in r16144 where the changelist crashed with a 500 error instead of nicely operating a 302 redirection back to the changelist. 2011-08-28 07:57:56 +00:00
__init__.py Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. 2011-05-03 10:44:23 +00:00
actions.py Removed deprecated admin contrib app AdminSite root_path attribute. Refs #15294, r11250, r16136. 2011-07-30 19:09:23 +00:00
filters.py Fixed #15971 -- Fixed regression introduced in r16144 that prevented the use of the field's verbose_name attribute. Thanks to mk and Julien. 2011-05-07 16:58:35 +00:00
forms.py Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath for the report. 2011-02-19 08:09:40 +00:00
helpers.py Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00
models.py Fixed #16438 -- Corrected whitespace in admin models module. Thanks, philipkimmey. 2011-08-12 14:14:39 +00:00
options.py Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin readonly values. Thanks, Julien Phalip. 2011-08-12 14:14:49 +00:00
sites.py Simplified AdminSite self.name attribute initialization. 2011-07-30 19:22:43 +00:00
util.py Fixed bug with `__str__` headers in admin changelist have a non-functioning sort URL 2011-06-01 23:17:40 +00:00
validation.py Fixed #15669 -- Included app label in admin validation messages. Thanks, lamby and Jure Cuhalev. 2011-06-26 16:52:31 +00:00
widgets.py Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app. 2011-08-11 14:07:39 +00:00