コミット履歴

作者 SHA1 メッセージ 日付
  areski 9d6551204e Removed unnecessary code-block directives. 10 年 前
  Unai Zalakain ebb0279f4a Fixed #16245 -- Included traceback in send_robust()'s response 11 年 前
  Claude Paroz d1f93e9c1e Fixed #22507 -- Clarified nature of the sender argument of signals 11 年 前
  Aymeric Augustin 1d23d766ab Renamed AppConfig.setup to ready. 11 年 前
  Aymeric Augustin c31d7c4813 Updated advice on connecting signals at startup. 11 年 前
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 年 前
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 年 前
  Tim Graham 4c05fdb467 Fixed #19579 - Documented that "providing_args" is purely documentational. 12 年 前
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 年 前
  Tim Graham 837425b425 Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 12 年 前
  nklas c7ac44e64b Update docs/topics/signals.txt 12 年 前
  Dmitry Medvinsky d4da08375b Fixed #18454 -- Added ability to pass a list of signals to `receiver`. 12 年 前
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 年 前
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 年 前
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 14 年 前
  Chris Beaven ab9e596ca6 Fixes #10754 - minor clarification to the post/pre_delete signal documentation 14 年 前
  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 年 前
  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 年 前
  Jannis Leidel e77f16144b Fixed #14281 -- A few documentation fixes. Thanks, Ramiro and Timo. 14 年 前
  Brian Rosner b7f60045fe Fixed #9015 -- added a signal decorator for simplifying signal connections 14 年 前
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 年 前
  Justin Bronn 7cc4046802 Fixed #13271 -- Corrected a typo in the signals documentation. Thanks, chtito. 15 年 前
  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 年 前
  Jacob Kaplan-Moss 6f29ad31b5 Fixed #8326: added signals documentation. 16 年 前