summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-03-01 09:22:03 -0800
committerCarlton Gibson <carlton@noumenal.es>2020-03-05 09:38:52 +0100
commit769cee525222bb155735aba31d6174d73c271f3c (patch)
treeeeaee53a694669e78a63c9da96da93db1ca0c9b8 /docs/internals
parent5ca76baa729bbbe62f5c4a0fc4f89747dc999029 (diff)
Fixed #31327 -- Deprecated providing_args argument for Signal.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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 <deprecated-features-3.1>` for more
details on these changes.