django1/django/contrib/admin
Karen Tracey 4528f39886 Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavin and anyone else I've missed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-20 14:53:17 +00:00
..
media Fixed #13026 - Also update the index of lookup links when adding inlines dynmacially in the admin. Thanks to ramusus and Rob Hudson for the patch. 2010-03-15 12:15:44 +00:00
templates Fixed #12903 - Added plural forms to a few strings in the admin actions template. 2010-03-01 14:34:07 +00:00
templatetags 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:43:27 +00:00
views Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks marcob, Travis Cline, gabrielhurley. 2010-03-16 19:01:40 +00:00
__init__.py Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving import_module() outside the try/except. Thanks, lsaffre 2010-01-10 18:56:53 +00:00
actions.py Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use the same object collection scheme as the actual deletion. This ensures that all objects that may be deleted are actually deleted, and that cyclic display problems are avoided. Thanks to carljm for the patch. 2010-02-26 13:17:43 +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 #12700 - Take read-only fields into account when rendering the empty form for dynamic inlines. 2010-02-01 14:13:47 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavin and anyone else I've missed. 2010-03-20 14:53:17 +00:00
sites.py Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt 2010-02-27 21:08:30 +00:00
util.py Fixed #12953 -- Ensure that deletion cascades through generic relations. Also cleans up the special-casing of generic relations in the deleted object discovery process. Thanks to carljm for the report and patch. 2010-03-15 13:15:01 +00:00
validation.py 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:38:53 +00:00
widgets.py Fixed #12024: Changed admin code to avoid raising an exception when a field listed 2010-03-08 18:32:24 +00:00