django1/django/contrib/admin
Idan Gazit dfcde78161 Fixes #16186 -- remove inline CSS in contrib.admin
Thanks to bsimons for the report and the patches from cscheng, nvandijk!

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-09 15:39:12 +00:00
..
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +00:00
media Fixes #16186 -- remove inline CSS in contrib.admin 2011-06-09 15:39:12 +00:00
templates Fixes #16186 -- remove inline CSS in contrib.admin 2011-06-09 15:39:12 +00:00
templatetags Removed old, incorrect comment 2011-06-09 11:14:53 +00:00
views Fixed various bugs related to having multiple columns in admin list_display with the same sort field 2011-06-03 11:54:29 +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 Fixed #15008 -- Replaced all calls in the admin to render_to_response with TemplateResponses for easier customization. Thanks to Chris Adams for the initial patch. 2011-04-22 18:17:16 +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 #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin and InlineModelAdmin to be able to handle prepopulated fields on a case-by-case basis. Thanks, leanmeandonothingmachine. 2011-04-22 12:02:25 +00:00
models.py Fixed up bad return value introduced in [16120]. 2011-05-04 17:36:34 +00:00
options.py Fixed #14206 - dynamic list_display support in admin 2011-06-08 22:53:55 +00:00
sites.py Cleaned up admin sites.py imports. 2011-04-30 22:24:08 +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 #16080 -- Handle admin list filter items with two characters better. Thanks, Ales Zoulek and Julien Phalip. 2011-05-24 09:17:55 +00:00
widgets.py Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thanks, EnTeQuAk. 2011-04-22 12:03:50 +00:00