Fixed #23451 -- Fixed typo in inlineformset_factory() error message.

This commit is contained in:
Petras Zdanavičius 2014-09-08 22:54:57 +03:00 committed by Tim Graham
parent b161c01c48
commit f7eee04ebe
3 changed files with 10 additions and 1 deletions

View file

@ -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`).