From d1f4b3c68aec092051392b64e993db3ce0e5acbf Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 4 Feb 2019 19:44:54 -0500 Subject: Refs #27753 -- Removed django.utils.decorators.available_attrs(). --- docs/releases/3.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ------------- -- cgit v1.3