diff options
| author | Petras Zdanavičius <petraszd@gmail.com> | 2014-09-08 22:54:57 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-08 17:22:23 -0400 |
| commit | f7eee04ebe32277d2f3d7860abfb9a22c6ccf19d (patch) | |
| tree | 4708f0eb67509029caf939370745811fbf606cc8 /docs | |
| parent | b161c01c48b4c353d7d1a47e9097391a8eb2e047 (diff) | |
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
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`). |
