summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Kavanaugh <alex@kavdev.io>2017-05-01 16:58:28 -0700
committerTim Graham <timograham@gmail.com>2017-05-03 08:59:41 -0400
commit008ba77dfd23576a8080f05e3c45a19da73b20ba (patch)
tree675f94fd9bd7813e0cb27dcccb58ab3c663c7d6f /docs
parentc5b742106834dd295279f22dab91a8353ddcb8af (diff)
[1.11.x] Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e. Backport of 362fba87c9bb4f88542ba82ce4a732fed2634be7 from master
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`).