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