index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
signals.txt
Age
Commit message (
Expand
)
Author
2026-03-09
Fixed #36600 -- Clarified the use cases for dispatch_uid in signal connection.
Amar
2026-02-10
Fixed #34352 -- Unified terms in Signals docs.
Hossam Hassan
2025-11-07
Fixed #36315 -- Used TaskGroup instead of asyncio.gather().
Thomas Grainger
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-03-23
Fixed typo in docs/topics/signals.txt.
mguegnol
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-03-28
Fixed typo in docs/topics/signals.txt.
Matthias Kestenholz
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-03-07
Fixed #32172 -- Adapted signals to allow async handlers.
Jon Janzen
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-11-02
Fixed #30801 -- Improved guidance for making good use of signals.
Joseph Victor Zammit
2022-08-16
Fixed #33909 -- Corrected django.dispatch.receiver() signature.
Youssef
2022-07-02
Fixed typo in docs/topics/signals.txt.
Aristotelis Mikropoulos
2021-11-26
Refs #33163 -- Corrected example of connection signal handlers in AppConfig.r...
Mariusz Felisiak
2021-11-17
Fixed #33163 -- Added example of connection signal handlers in AppConfig.read...
Roxane
2021-11-04
Corrected multiply defined labels in docs.
Mariusz Felisiak
2021-07-16
Fixed typo in docs/topics/signals.txt.
Haki Benita
2021-04-03
Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...
Hugo Cachitas
2020-07-08
Fixed #24816 -- Clarified docs about preventing duplicate signals.
Jason Held
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2019-10-28
Documented the order in which signal receivers are called.
Adam Johnson
2019-09-25
Documented admonition on when to use custom signals (#11814)
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-01-17
Refs #24205 -- Removed Signal.disconnect()'s weak argument.
Tim Graham
2016-11-24
Rephrased an ambiguous sentence in docs/topics/signals.txt.
Daniel Musketa
2016-11-23
Fixed typo in docs/topics/signals.txt.
Daniel Musketa
2016-04-13
Fixed #26493 -- Documented how built-in signals are sent.
Filipa Andrade
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-23
Fixed #24205 -- Deprecated Signal.disconnect weak parameter.
Florian Apolloner
2015-01-02
Added return value to Signal.disconnect().
Andriy Sokolovskiy
2014-11-27
Added notes on registering signals in ready() and using dispatch_uid.
wrwrwr
2014-08-19
Removed unnecessary code-block directives.
areski
2014-05-16
Fixed #16245 -- Included traceback in send_robust()'s response
Unai Zalakain
2014-04-25
Fixed #22507 -- Clarified nature of the sender argument of signals
Claude Paroz
2013-12-31
Renamed AppConfig.setup to ready.
Aymeric Augustin
2013-12-30
Updated advice on connecting signals at startup.
Aymeric Augustin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-02-23
Fixed #19579 - Documented that "providing_args" is purely documentational.
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-07-25
Update docs/topics/signals.txt
nklas
2012-06-23
Fixed #18454 -- Added ability to pass a list of signals to `receiver`.
Dmitry Medvinsky
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
[next]