From f7eee04ebe32277d2f3d7860abfb9a22c6ccf19d Mon Sep 17 00:00:00 2001 From: Petras Zdanavičius Date: Mon, 8 Sep 2014 22:54:57 +0300 Subject: Fixed #23451 -- Fixed typo in inlineformset_factory() error message. --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3