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
/
ref
/
signals.txt
Age
Commit message (
Expand
)
Author
2012-03-13
Fixed #17895 -- Made override_settings send the setting_changed signal both w...
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-22
Slight english readability fix for the signals docs.
Alex Gaynor
2011-09-22
Fixed #15633 -- Improved docs for post_syncdb signal.
Paul McMillan
2011-08-13
Fixed #14503 -- Unified multiple implementations of test cases assert* method...
Ramiro Morales
2011-07-10
Fixed #16447 -- Stopped using the setting name as the sender parameter for th...
Jannis Leidel
2011-06-17
Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. ...
Jannis Leidel
2011-05-18
Fixed #15561 -- Extended test setting override code added in r16165 with a de...
Jannis Leidel
2011-04-24
Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.
Timo Graham
2011-04-22
Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re...
Chris Beaven
2011-04-06
Fixes #10754 - minor clarification to the post/pre_delete signal documentation
Chris Beaven
2011-02-07
Fixed #15207 -- Added versionadded directives for the "using" argument sent b...
Gabriel Hurley
2011-01-22
Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...
Timo Graham
2010-12-29
Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles ...
Timo Graham
2010-12-29
Fixed a Sphinx formatting problem in the signals reference docs.
Gabriel Hurley
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-26
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...
Jannis Leidel
2010-10-20
Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed ...
Gabriel Hurley
2010-08-30
Fixed #14054 -- Added documentation for the connection_created event. Thanks ...
Russell Keith-Magee
2010-08-28
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...
Russell Keith-Magee
2010-05-10
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the re...
Russell Keith-Magee
2010-03-30
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...
Russell Keith-Magee
2010-02-23
Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa...
Russell Keith-Magee
2010-01-13
Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for th...
Russell Keith-Magee
2010-01-13
Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...
Russell Keith-Magee
2009-12-26
Fixed #9465 -- Simplified API Reference documentation titles for easier looku...
Gary Wilson Jr
2009-09-13
Corrected spaces for tabs from r11540.
Russell Keith-Magee
2009-09-12
Fixed #11359 -- Added a link to the signals topic guide in the signals refere...
Russell Keith-Magee
2009-03-31
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #...
Jacob Kaplan-Moss
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-09-07
Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh
Adrian Holovaty
2008-09-04
Fixed #8867: Corrected a couple typos in the signals documentation
James Bennett
2008-08-26
Fixed some Sphinx markup in signals docs.
Jacob Kaplan-Moss
2008-08-26
Fixed #8326: added signals documentation.
Jacob Kaplan-Moss