summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt
index 9a9d96bf46..727ce94751 100644
--- a/docs/releases/1.11.1.txt
+++ b/docs/releases/1.11.1.txt
@@ -81,3 +81,6 @@ Bugfixes
* Fixed a regression in choice ordering in form fields with grouped and
non-grouped options (:ticket:`28157`).
+
+* Fixed crash in ``BaseInlineFormSet._construct_form()`` when using
+ ``save_as_new`` (:ticket:`28159`).