summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 14fa129bf2..7801db12f2 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -254,6 +254,9 @@ Django 3.0, we're removing these APIs at this time.
* ``django.utils.lru_cache.lru_cache()`` - Alias of
:func:`functools.lru_cache`.
+* ``django.utils.decorators.available_attrs()`` - This function returns
+ ``functools.WRAPPER_ASSIGNMENTS``.
+
Miscellaneous
-------------