summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authormgaligniana <marcelogaligniana@gmail.com>2021-12-15 01:15:41 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-16 18:52:27 +0100
commit068b2c072b0d28cbd5ea63811779629cdaad8638 (patch)
tree9e0a5b82e996babb7094e31081c17ac699929777 /docs/internals
parentbf7afe9c4e21f5fe5090c47b2b6ffc5a03a85815 (diff)
Fixed #30127 -- Deprecated name argument of cached_property().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 7ee87d448a..3a3abfeb42 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -69,6 +69,9 @@ details on these changes.
* The ``CSRF_COOKIE_MASKED`` transitional setting will be removed.
+* The ``name`` argument of ``django.utils.functional.cached_property()`` will
+ be removed.
+
.. _deprecation-removed-in-4.1:
4.1