summaryrefslogtreecommitdiff
path: root/docs/ref/signals.txt
AgeCommit message (Expand)Author
2020-07-16Refs #31502 -- Made minor edits to Model._state docs.Adam Johnson
2019-10-30Fixed typo in docs/ref/signals.txt.Gil Forcada Codinachs
2019-09-19Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers fo...Carlton Gibson
2019-07-19Refs #30083 -- Added a warning about performing queries in pre/post_init rece...Mariusz Felisiak
2019-07-19Refs #30083 -- Clarified database state of instances in signals.pre_init docs.Mariusz Felisiak
2019-06-19Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-06-18Fixed typos and example in signals.pre_init docs.Hasan Ramezani
2018-11-20Corrected docs and removed unused code for got_request_exception signal's sen...Tim Graham
2017-04-06Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).Richard Barrell
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-10-26Clarified when the post_migrate signal is sent during migrate.Thomas Güttler
2016-07-21Fixed #26918 -- Clarified source of pre/post_save update_fields argument.Tim Graham
2016-05-15Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette
2016-04-13Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-17Removed pre_syncdb and post_syncdb signals per deprecation timeline.Tim Graham
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-11-27Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-02Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-08-29Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.Joshua "jag" Ginsberg
2014-08-28Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-06-02Fixed #22748 -- Corrected post_migrate usage example.Tim Graham
2014-03-26Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal ...Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-02-28Fixed #22028 -- Documented that database signals aren't emitted for apps that...Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
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