From 7aeb37d610700fe25b07d5e76b943cc3d51ab1a5 Mon Sep 17 00:00:00 2001 From: Joseph Kocherhans Date: Tue, 23 Feb 2010 14:48:15 +0000 Subject: [PATCH] Fixed #12707. Admin action messages are no longer displayed when submitting list_editable content. Thanks, copelco. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12525 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/options.py | 5 +++++ tests/regressiontests/admin_views/tests.py | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/django/contrib/admin/options.py b/django/contrib/admin/options.py index 00174bca73..b110596d8a 100644 --- a/django/contrib/admin/options.py +++ b/django/contrib/admin/options.py @@ -698,6 +698,11 @@ class ModelAdmin(BaseModelAdmin): changelist; it returns an HttpResponse if the action was handled, and None otherwise. """ + if 'index' not in request.POST: + # If "Go" was not pushed then we can assume the POST was for + # an inline edit save and we do not need to validate the form. + return None + # There can be multiple action forms on the page (at the top # and bottom of the change list, for example). Get the action # whose button was pushed. diff --git a/tests/regressiontests/admin_views/tests.py b/tests/regressiontests/admin_views/tests.py index 0f6f79d85c..199b41afcb 100644 --- a/tests/regressiontests/admin_views/tests.py +++ b/tests/regressiontests/admin_views/tests.py @@ -940,6 +940,28 @@ class AdminViewListEditable(TestCase): # 1 select per object = 3 selects self.failUnlessEqual(response.content.count("