Explorar o código

Fixed #19579 - Documented that "providing_args" is purely documentational.

Tim Graham %!s(int64=12) %!d(string=hai) anos
pai
achega
4c05fdb467
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/topics/signals.txt

+ 2 - 1
docs/topics/signals.txt

@@ -213,7 +213,8 @@ Defining signals
 
 All signals are :class:`django.dispatch.Signal` instances. The
 ``providing_args`` is a list of the names of arguments the signal will provide
-to listeners.
+to listeners. This is purely documentational, however, as there is nothing that
+checks that the signal actually provides these arguments to its listeners.
 
 For example: