Commit History

Author SHA1 Message Date
  Unai Zalakain ebb0279f4a Fixed #16245 -- Included traceback in send_robust()'s response 11 years ago
  Claude Paroz d1f93e9c1e Fixed #22507 -- Clarified nature of the sender argument of signals 10 years ago
  Aymeric Augustin 1d23d766ab Renamed AppConfig.setup to ready. 11 years ago
  Aymeric Augustin c31d7c4813 Updated advice on connecting signals at startup. 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Tim Graham 4c05fdb467 Fixed #19579 - Documented that "providing_args" is purely documentational. 12 years ago
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 years ago
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 years ago
  nklas c7ac44e64b Update docs/topics/signals.txt 12 years ago
  Dmitry Medvinsky d4da08375b Fixed #18454 -- Added ability to pass a list of signals to `receiver`. 12 years ago
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 13 years ago
  Chris Beaven ab9e596ca6 Fixes #10754 - minor clarification to the post/pre_delete signal documentation 14 years ago
  Adrian Holovaty 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 14 years ago
  Gabriel Hurley e4c0c377dd Fixed #11441 -- Improved signal topic guide, particularly regarding the weak and dispatch_uid parameters to the Signal.connect method. Thanks to Mike_A and sayane for the report, and gremmie for the draft patch. 14 years ago
  Jannis Leidel e77f16144b Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo. 14 years ago
  Brian Rosner b7f60045fe Fixed #9015 -- added a signal decorator for simplifying signal connections 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Justin Bronn 7cc4046802 Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito. 15 years ago
  Russell Keith-Magee 6afd505b5b Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch. 15 years ago
  Jacob Kaplan-Moss 6f29ad31b5 Fixed #8326: added signals documentation. 16 years ago