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:
committed by
Mariusz Felisiak
parent
bf7afe9c4e
commit
068b2c072b
@@ -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
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user