django1/django/contrib/admin
Julien Phalip 1ff9be1144 Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17 21:45:36 +00:00
..
locale Added Tatar translation. Refs #17822. 2012-03-14 09:15:31 +00:00
static/admin Improved the labels and help texts in the admin filter widget. 2012-01-02 15:35:16 +00:00
templates Fixed #13068 (again) -- Corrected the admin stacked inline template to allow prepopulated fields to work (Thanks Stanislas Guerra for the report). Also fixed a regression introduced in [16953] where prepopulated fields wouldn't be recognized any more due to the additional "field-" CSS class name prefix. 2012-02-19 16:42:12 +00:00
templatetags Fixed #17515 -- Added ability to override the template of custom admin FilterSpec classes. Thanks, saxix and Julien Phalip. 2012-02-09 18:59:05 +00:00
views Fixed #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705]. 2012-03-17 21:45:36 +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 #17830 -- Modified list_filter on DateTimeFields to account for the new time zone support. Thanks Glenn Washburn for the report and Jannis Leidel for the review. 2012-03-05 12:27:19 +00:00
forms.py Fixed #16837 -- Improved error message for admin login. 2011-09-22 04:16:21 +00:00
helpers.py Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBUG` is `False`. 2012-02-05 10:26:05 +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 #17828 -- Ensured that when a list filter's `queryset()` method fails, it does so loudly instead of getting swallowed by a `IncorrectLookupParameters` exception. This also properly fixes #16705, which hadn't been addressed correctly in [16705]. 2012-03-17 21:45:36 +00:00
sites.py Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
tests.py Enabled the existing admin Selenium tests to be run with Internet Explorer. Note that some tweaks had to be made, in particular as IE7 has limited capabilities regarding CSS selectors. 2012-03-05 08:13:09 +00:00
util.py Disentangled some parts of the admin ChangeList and ListFilter's internals. With this refactoring, the query string lookups are now processed once instead of twice and some bugs (in particular the SimpleListFilter parameter name being mistaken for a model field in some cases) are avoided. 2011-11-22 12:26:17 +00:00
validation.py Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replacement for a global module level variable. Thanks, jsdalton. 2011-09-08 13:25:00 +00:00
widgets.py Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-supplied `attrs`. Thanks to elliss for the report and to koenb for the patch. 2011-11-20 11:12:37 +00:00