summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-08-12 07:51:23 -0700
committerTim Graham <timograham@gmail.com>2018-08-17 11:21:17 -0400
commit9c93bf0903a26a7abee8eb25e1e70e77688f88b0 (patch)
treec98ab428eb8d0cc9582dbf52caaada40d085eb0c /docs
parent91d281c021dc4626966d210c4f7c05eb4ffe5688 (diff)
[2.1.x] Fixed #29663 -- Made admin change view redirect to changelist with view permission.
Backport of 09ee3b6fe3c4d80bb445835f88148d6f48cde3ff from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).