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
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2013-12-31
Renamed AppConfig.setup to ready.
Aymeric Augustin
2013-12-30
Updated advice on connecting signals at startup.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-09
Fixed spelling of compatibility.
Tim Graham
2013-09-23
Removed extra p (topppings->toppings)
Brett Koonce
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2013-06-27
Fix typo
Ken Bolton
2013-06-25
Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs
Daniel Izquierdo
2013-06-12
Warned that `request_finished` isn't sent by some buggy setups.
Jaap Roes
2013-05-23
Fixed #11398 - Added a pre_syncdb signal
Donald Stufft
2013-01-03
Added documentation for the 'db' argument of the post-syncdb signal.
mpaolini
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-31
Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
Aymeric Augustin
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-09-21
Fixed #19008 typo in signals docs
Preston Holmes
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-19
Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
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
[prev]
[next]