summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt2
-rw-r--r--docs/releases/4.0.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 861242dcfd..e3896cb136 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -17,6 +17,8 @@ details on these changes.
* The ``SERIALIZE`` test setting will be removed.
+* The undocumented ``django.utils.baseconv`` module will be removed.
+
.. _deprecation-removed-in-4.1:
4.1
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index bf7e03fb00..ee3aa6cc70 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -432,6 +432,8 @@ Miscellaneous
:attr:`~django.test.TestCase.databases` with the
:ref:`serialized_rollback <test-case-serialized-rollback>` option enabled.
+* The undocumented ``django.utils.baseconv`` module is deprecated.
+
Features removed in 4.0
=======================