mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetError().
Co-Authored-By: Michael Howitz <mh@gocept.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
fa9ac16c13
commit
564b317fb5
@@ -321,7 +321,7 @@ Minor features
|
||||
|
||||
* The :class:`~django.test.SimpleTestCase` class includes a new assertion
|
||||
helper for testing formset errors:
|
||||
:meth:`~django.test.SimpleTestCase.assertFormsetError`.
|
||||
``django.test.SimpleTestCase.assertFormsetError()``.
|
||||
|
||||
* The list of related fields added to a
|
||||
:class:`~django.db.models.query.QuerySet` by
|
||||
|
||||
Reference in New Issue
Block a user