From 9a750cbd5c2a003c5680ab049c39ef3de218f5ce Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 4 Feb 2019 20:14:46 -0500 Subject: Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias. --- 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 c88a5c00ab..97ada26838 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -257,6 +257,9 @@ Django 3.0, we're removing these APIs at this time. * ``django.utils.decorators.available_attrs()`` - This function returns ``functools.WRAPPER_ASSIGNMENTS``. +* ``django.utils.decorators.ContextDecorator`` - Alias of + :class:`contextlib.ContextDecorator`. + * ``django.utils._os.abspathu()`` - Alias of :func:`os.path.abspath`. * ``django.utils._os.upath()`` and ``npath()`` - These functions do nothing on -- cgit v1.3