Gabriel Hurley
|
a28823e364
Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed signal actions not having been updated to "pre_add", "post_add", etc. Thanks to slink and andrews for reporting several instances of it, and andrews for the draft patch.
|
14 years ago |
Russell Keith-Magee
|
bb79b01774
Fixed #14054 -- Added documentation for the connection_created event. Thanks to Rob Hudson for the report and patch.
|
14 years ago |
Russell Keith-Magee
|
f611ffaab3
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
7e06065d8b
Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gmandx for the suggestion, and Andrew Godwin for the patch.
|
14 years ago |
Russell Keith-Magee
|
fa2062d1db
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
|
15 years ago |
Russell Keith-Magee
|
273a002544
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered.
|
15 years ago |
Russell Keith-Magee
|
745b89f6e1
Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report.
|
15 years ago |
Russell Keith-Magee
|
0ca28f3926
Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report.
|
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 |
Gary Wilson Jr
|
c6fa4936b3
Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
|
15 years ago |
Russell Keith-Magee
|
dbd6f512ee
Corrected spaces for tabs from r11540.
|
15 years ago |
Russell Keith-Magee
|
7cbc232909
Fixed #11359 -- Added a link to the signals topic guide in the signals reference. Thanks to tyson for the suggestion.
|
15 years ago |
Jacob Kaplan-Moss
|
516051bfd2
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
|
16 years ago |
Russell Keith-Magee
|
8d98e70e42
Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers.
|
16 years ago |
Adrian Holovaty
|
e97ec4d142
Fixed #8919 -- Fixed typo in signals.txt. Thanks, jbalogh
|
16 years ago |
James Bennett
|
36b120c23a
Fixed #8867: Corrected a couple typos in the signals documentation
|
16 years ago |
Jacob Kaplan-Moss
|
c5cc26ff99
Fixed some Sphinx markup in signals docs.
|
16 years ago |
Jacob Kaplan-Moss
|
6f29ad31b5
Fixed #8326: added signals documentation.
|
16 years ago |