From 09ee3b6fe3c4d80bb445835f88148d6f48cde3ff Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 12 Aug 2018 07:51:23 -0700 Subject: Fixed #29663 -- Made admin change view redirect to changelist with view permission. --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index 2a160642a5..ff37bfefda 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -35,3 +35,6 @@ Bugfixes * Fixed the test client's JSON serialization of a request data dictionary for structured content type suffixes (:ticket:`29662`). + +* Made the admin change view redirect to the changelist view after a POST if + the user has the 'view' permission (:ticket:`29663`). -- cgit v1.3