1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #27753 -- Removed django.utils.decorators.available_attrs().

This commit is contained in:
Tim Graham
2019-02-04 19:44:54 -05:00
parent c679f357a8
commit d1f4b3c68a
2 changed files with 4 additions and 11 deletions

View File

@@ -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
-------------