summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFab <fabianjarrett@gmail.com>2022-08-05 08:27:20 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-05 17:21:38 +0200
commit82e9e19ebe6bc920f1cfffc42d86648644fd4a78 (patch)
treee62070c2c227ef2e2fd2bef0b3124992c601cb39 /docs
parent7b0ed458d960f1b0bf5c46a74b2fef0e0def71b8 (diff)
[4.1.x] Fixed #33893 -- Reverted "Fixed #28889 -- Prevented double submission of admin forms."
Regression in fe7dbef5867c577995f0fc849d8dfdb8f2e6bbfa. Backport of 0756c61f2ada56e4ae625589099c0141a77737eb from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt
index ec1b61617d..3e11782eb2 100644
--- a/docs/releases/4.1.1.txt
+++ b/docs/releases/4.1.1.txt
@@ -18,3 +18,7 @@ Bugfixes
* Fixed a regression in Django 4.1 that caused a crash of the ``test``
management command when running in parallel and ``multiprocessing`` start
method is ``spawn`` (:ticket:`33891`).
+
+* Fixed a regression in Django 4.1 that caused an incorrect redirection to the
+ admin changelist view when using *"Save and continue editing"* and *"Save and
+ add another"* options (:ticket:`33893`).