diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-08-12 07:51:23 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-17 11:13:06 -0400 |
| commit | 09ee3b6fe3c4d80bb445835f88148d6f48cde3ff (patch) | |
| tree | a90078f0af304d397297006e787811dd28192729 /docs | |
| parent | 57f16655cd5031ef04bf5e310c9e1d31eff912ce (diff) | |
Fixed #29663 -- Made admin change view redirect to changelist with view permission.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.1.txt | 3 |
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`). |
