Hugo Cachitas
|
8f6a7a0e9e
Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy references returns None.
|
4 éve |
Jason Held
|
639142e24d
Fixed #24816 -- Clarified docs about preventing duplicate signals.
|
4 éve |
Jon Dufresne
|
769cee5252
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
5 éve |
Adam Johnson
|
ab0fd3f58f
Documented the order in which signal receivers are called.
|
5 éve |
Adam Johnson
|
566fca14b3
Documented admonition on when to use custom signals (#11814)
|
5 éve |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 éve |
Mariusz Felisiak
|
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
7 éve |
Tim Graham
|
03087f80d1
Refs #24205 -- Removed Signal.disconnect()'s weak argument.
|
8 éve |
Daniel Musketa
|
df2a5227c9
Rephrased an ambiguous sentence in docs/topics/signals.txt.
|
8 éve |
Daniel Musketa
|
b5ef90192f
Fixed typo in docs/topics/signals.txt.
|
8 éve |
Filipa Andrade
|
47fbbc33de
Fixed #26493 -- Documented how built-in signals are sent.
|
9 éve |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 éve |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 éve |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 éve |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 éve |
Florian Apolloner
|
16ee52d21d
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
|
10 éve |
Andriy Sokolovskiy
|
23f1a8dad2
Added return value to Signal.disconnect().
|
10 éve |
wrwrwr
|
d66bda6059
Added notes on registering signals in ready() and using dispatch_uid.
|
10 éve |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 éve |
Unai Zalakain
|
ebb0279f4a
Fixed #16245 -- Included traceback in send_robust()'s response
|
11 éve |
Claude Paroz
|
d1f93e9c1e
Fixed #22507 -- Clarified nature of the sender argument of signals
|
11 éve |
Aymeric Augustin
|
1d23d766ab
Renamed AppConfig.setup to ready.
|
11 éve |
Aymeric Augustin
|
c31d7c4813
Updated advice on connecting signals at startup.
|
11 éve |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 éve |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 éve |
Tim Graham
|
4c05fdb467
Fixed #19579 - Documented that "providing_args" is purely documentational.
|
12 éve |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 éve |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 éve |
nklas
|
c7ac44e64b
Update docs/topics/signals.txt
|
12 éve |
Dmitry Medvinsky
|
d4da08375b
Fixed #18454 -- Added ability to pass a list of signals to `receiver`.
|
12 éve |