mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
This commit is contained in:
committed by
Mariusz Felisiak
parent
31174031f1
commit
3120490912
@@ -263,6 +263,9 @@ Miscellaneous
|
||||
``ETag`` header to responses with an empty
|
||||
:attr:`~django.http.HttpResponse.content`.
|
||||
|
||||
* ``django.utils.decorators.classproperty()`` decorator is moved to
|
||||
``django.utils.functional.classproperty()``.
|
||||
|
||||
.. _deprecated-features-3.1:
|
||||
|
||||
Features deprecated in 3.1
|
||||
|
||||
Reference in New Issue
Block a user