diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-05-05 23:28:08 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-07 11:57:40 +0200 |
| commit | 028f10fac651292edf8d50e013b16a52862e4c08 (patch) | |
| tree | dacf9d5fcd6e337a213bbd2a942a7894768955e6 /docs/internals | |
| parent | c4ee3b208a2c95a5102b5e4fa789b10f8ee29b84 (diff) | |
Fixed #32712 -- Deprecated django.utils.baseconv module.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 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 |
