summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-04 19:44:54 -0500
committerTim Graham <timograham@gmail.com>2019-02-05 12:52:07 -0500
commitd1f4b3c68aec092051392b64e993db3ce0e5acbf (patch)
treec7b1a35dd33a4d1c93d9882a488f1db4bb61c2f2 /docs
parentc679f357a8127d7776b60679071a7b791d39a5b3 (diff)
Refs #27753 -- Removed django.utils.decorators.available_attrs().
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
-------------