summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPetras Zdanavičius <petraszd@gmail.com>2014-09-08 22:54:57 +0300
committerTim Graham <timograham@gmail.com>2014-09-08 17:22:49 -0400
commita3e9e9e6c6dc9ccff85c2a6d8db88cc207127f0c (patch)
tree0a2e7122f18f26498874919d93b27f6d010b8856 /docs
parent1f1a32928873a4e7cfe2f8f15631aa63df335490 (diff)
[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
Backport of f7eee04ebe from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 85421f2fa4..368749f595 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -23,3 +23,6 @@ Bugfixes
* The ``@deconstructible`` decorator now fails with a ``ValueError`` if the
decorated object cannot automatically be imported (:ticket:`23418`).
+
+* Fixed a typo in an ``inlineformset_factory()`` error message that caused a
+ crash (:ticket:`23451`).