summaryrefslogtreecommitdiff
path: root/docs/ref/signals.txt
AgeCommit message (Expand)Author
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-30Updated advice on connecting signals at startup.Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-09-23Removed extra p (topppings->toppings)Brett Koonce
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-06-27Fix typoKen Bolton
2013-06-25Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docsDaniel Izquierdo
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-01-03Added documentation for the 'db' argument of the post-syncdb signal.mpaolini
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-09-21Fixed #19008 typo in signals docsPreston Holmes
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-19Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-03-13Fixed #17895 -- Made override_settings send the setting_changed signal both w...Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-22Slight english readability fix for the signals docs.Alex Gaynor
2011-09-22Fixed #15633 -- Improved docs for post_syncdb signal.Paul McMillan
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-07-10Fixed #16447 -- Stopped using the setting name as the sender parameter for th...Jannis Leidel
2011-06-17Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. ...Jannis Leidel
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-04-24Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-22Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re...Chris Beaven
2011-04-06Fixes #10754 - minor clarification to the post/pre_delete signal documentationChris Beaven
2011-02-07Fixed #15207 -- Added versionadded directives for the "using" argument sent b...Gabriel Hurley
2011-01-22Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for t...Timo Graham
2010-12-29Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles ...Timo Graham
2010-12-29Fixed a Sphinx formatting problem in the signals reference docs.Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-10-20Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed ...Gabriel Hurley
2010-08-30Fixed #14054 -- Added documentation for the connection_created event. Thanks ...Russell Keith-Magee
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Rob...Russell Keith-Magee