summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorGregor Gärtner <code@gregorgaertner.de>2022-09-24 11:29:58 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-10-07 11:22:16 +0200
commit564b317fb53e9925b86ca5ef5d3bbcf99387602c (patch)
treead0ddab0b102099d2789e57b408c2c2a8ed0b0bd /docs/internals
parentfa9ac16c1345a7fb6ad500c84961a954529ba2b9 (diff)
Refs #33990 -- Renamed SimpleTestCase.assertFormsetError() to assertFormSetError().
Co-Authored-By: Michael Howitz <mh@gocept.com>
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
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