django1/django/contrib/admin
Ramiro Morales 12fd6e1106 [1.1.X] Fixed #15306 -- Replaced 1.1.X implementation of admin changelist filtering security fix (r15031/r15033) with the one from trunk so another valid filter usage scenario (using model inheritance) is still possible. Thanks dbenamy for reporting this. Refs #15032.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-16 23:24:19 +00:00
..
media [1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc. 2010-05-10 11:23:59 +00:00
templates [1.1.X] Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomulous for the report and patch. 2010-03-23 14:55:00 +00:00
templatetags [1.1.X] Fixed #11791: Put hidden input elements in the change list inside td elements so they're valid HTML. Thanks panni and mlavin. 2010-03-01 18:46:20 +00:00
views [1.1.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields 2011-01-28 15:32:25 +00:00
__init__.py [1.1.X] Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. Thanks clint and metzen. 2010-04-15 23:18:33 +00:00
actions.py [1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. 2010-04-05 12:08:45 +00:00
filterspecs.py Fixed #9969: choices with options groups (added in [7977]) now work correctly in the admin with list_display and list_filter. Thanks, ramiro. 2009-04-01 14:14:20 +00:00
helpers.py Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmullyan for the report, and mir for helpful triage work. Patch includes regression test for #8093, and a commented out test for #10992. 2009-05-09 11:40:13 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py [1.1.X] Fixed #15306 -- Replaced 1.1.X implementation of admin changelist filtering security fix (r15031/r15033) with the one from trunk so another valid filter usage scenario (using model inheritance) is still possible. Thanks dbenamy for reporting this. Refs #15032. 2011-02-16 23:24:19 +00:00
sites.py [1.1.X] Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using new style admin include 2009-10-24 10:17:25 +00:00
util.py [1.1.X] Python 2.3 compatibility: moved the fallback import for set to where set() is now used. 2010-02-26 14:24:08 +00:00
validation.py [1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid exclude specification. Thanks for report to bparker and for patch with tests to ramiro. 2010-03-09 00:52:38 +00:00
widgets.py [1.1.X] Fixed security issue in AdminFileWidget. Release and disclosure forthcoming. 2011-02-09 02:48:48 +00:00