From 769cee525222bb155735aba31d6174d73c271f3c Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 1 Mar 2020 09:22:03 -0800 Subject: Fixed #31327 -- Deprecated providing_args argument for Signal. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3774afa59e..a56730aef7 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -58,6 +58,9 @@ details on these changes. ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and won't accept ``None``. +* The ``providing_args`` argument for ``django.dispatch.Signal`` will be + removed. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3