diff options
| author | André Ericson <de.ericson@gmail.com> | 2019-10-18 21:00:34 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-21 09:57:39 +0200 |
| commit | 312049091288dbba2299de8d07ea3e3311ed7238 (patch) | |
| tree | f279e94af6d3fe6bddb33afcb0ce8928b9cf1fd6 /docs | |
| parent | 31174031f1ded30d96c77908b965755e0be94c94 (diff) | |
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 656649f914..300c7a2c26 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -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 |
