summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
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/ref/utils.txt
parentbf7afe9c4e21f5fe5090c47b2b6ffc5a03a85815 (diff)
Fixed #30127 -- Deprecated name argument of cached_property().
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 0b68411e27..39c8e341ad 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -508,6 +508,11 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
z = person.friends # does not call
x is z # is True
+ .. deprecated:: 4.1
+
+ The ``name`` parameter is deprecated and will be removed in Django 5.0
+ as it's unnecessary as of Python 3.6.
+
.. class:: classproperty(method=None)
Similar to :py:func:`@classmethod <classmethod>`, the ``@classproperty``