From 564b317fb53e9925b86ca5ef5d3bbcf99387602c Mon Sep 17 00:00:00 2001 From: Gregor Gärtner Date: Sat, 24 Sep 2022 11:29:58 +0100 Subject: Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetError(). Co-Authored-By: Michael Howitz --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index a5b76c13ab..cbde99fb06 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -35,6 +35,8 @@ details on these changes. * The ``map_width`` and ``map_height`` attributes of ``BaseGeometryWidget`` will be removed. +* The ``SimpleTestCase.assertFormsetError()`` method will be removed. + .. _deprecation-removed-in-5.0: 5.0 -- cgit v1.3