1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #30127 -- Removed name argument for django.utils.functional.cached_property().

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2023-01-12 13:00:18 +01:00
parent e01970e9d2
commit 5c10041f46
4 changed files with 5 additions and 43 deletions

View File

@@ -308,3 +308,6 @@ to remove usage of these features.
* The ``SitemapIndexItem.__str__()`` method is removed.
* The ``CSRF_COOKIE_MASKED`` transitional setting is removed.
* The ``name`` argument of ``django.utils.functional.cached_property()`` is
removed.