summaryrefslogtreecommitdiff
path: root/docs/topics/signals.txt
Commit message (Expand)AuthorAgeFilesLines
* Corrected multiply defined labels in docs.Mariusz Felisiak2021-11-041-5/+3
* Fixed typo in docs/topics/signals.txt.Haki Benita2021-07-161-4/+4
* Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...Hugo Cachitas2021-04-031-1/+3
* Fixed #24816 -- Clarified docs about preventing duplicate signals.Jason Held2020-07-081-1/+5
* Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne2020-03-051-11/+4
* Documented the order in which signal receivers are called.Adam Johnson2019-10-281-1/+2
* Documented admonition on when to use custom signals (#11814)Adam Johnson2019-09-251-0/+6
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Refs #24205 -- Removed Signal.disconnect()'s weak argument.Tim Graham2017-01-171-5/+0
* Rephrased an ambiguous sentence in docs/topics/signals.txt.Daniel Musketa2016-11-241-2/+3
* Fixed typo in docs/topics/signals.txt.Daniel Musketa2016-11-231-1/+1
* Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade2016-04-131-3/+4
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-8/+2
* Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham2015-07-271-3/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-6/+0
* Fixed #24205 -- Deprecated Signal.disconnect weak parameter.Florian Apolloner2015-01-231-1/+6
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-3/+8
* Added notes on registering signals in ready() and using dispatch_uid.wrwrwr2014-11-271-0/+7
* Removed unnecessary code-block directives.areski2014-08-191-22/+8
* Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain2014-05-161-0/+5
* Fixed #22507 -- Clarified nature of the sender argument of signalsClaude Paroz2014-04-251-4/+5
* Renamed AppConfig.setup to ready.Aymeric Augustin2013-12-311-3/+3
* Updated advice on connecting signals at startup.Aymeric Augustin2013-12-301-15/+27
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-4/+0
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-1/+1
* Fixed #19579 - Documented that "providing_args" is purely documentational.Tim Graham2013-02-231-1/+2
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-261-1/+1
* Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham2012-09-201-4/+0
* Update docs/topics/signals.txtnklas2012-07-251-1/+1
* Fixed #18454 -- Added ability to pass a list of signals to `receiver`.Dmitry Medvinsky2012-06-231-3/+10
* Replaced print statement by print function (forward compatibility syntax).Claude Paroz2012-04-301-2/+2
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-14/+14
* Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers2011-05-131-1/+1
* Fixes #10754 - minor clarification to the post/pre_delete signal documentationChris Beaven2011-04-061-0/+1
* Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty2011-04-011-1/+1
* Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...Gabriel Hurley2010-10-241-5/+83
* Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo.Jannis Leidel2010-10-011-1/+6
* Fixed #9015 -- added a signal decorator for simplifying signal connectionsBrian Rosner2010-09-121-3/+15
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-5/+3
* Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito.Justin Bronn2010-04-051-1/+1
* Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee2010-01-131-0/+3
* Fixed #8326: added signals documentation.Jacob Kaplan-Moss2008-08-261-0/+176