1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #30127 -- Deprecated name argument of cached_property().

This commit is contained in:
mgaligniana
2021-12-15 01:15:41 -03:00
committed by Mariusz Felisiak
parent bf7afe9c4e
commit 068b2c072b
5 changed files with 48 additions and 9 deletions

View File

@@ -346,6 +346,9 @@ Miscellaneous
* ``CSRF_COOKIE_MASKED`` transitional setting is deprecated.
* The ``name`` argument of :func:`django.utils.functional.cached_property` is
deprecated as it's unnecessary as of Python 3.6.
Features removed in 4.1
=======================