mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
This commit is contained in:
parent
b161c01c48
commit
f7eee04ebe
3 changed files with 10 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue