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
2025-12-17
Fixed #27380 -- Added "raw" argument to m2m_changed signals.
Mariusz Felisiak
2025-09-17
Refs #35859 -- Removed support for Task enqueuing on transaction commit.
Jacob Walls
2025-09-16
Fixed #35859 -- Added background Tasks framework interface.
Jake Howard
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-03-31
Clarified pre_delete and post_delete's origin attributes.
Clifford Gama
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-11-23
Corrected a typo in signals reference.
Adam Zapletal
2022-11-02
Fixed #30801 -- Improved guidance for making good use of signals.
Joseph Victor Zammit
2022-11-02
Fixed #34054 -- Created a new fixtures topic.
Filip Lajszczak
2022-10-20
Updated UTC uses to datetime.timezone.utc in docs.
Diane DeMers Chen
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-10
Changed some words to use inline markup.
David Smith
2022-01-11
Fixed #13251 -- Made pre/post_delete signals dispatch the origin.
mgaligniana
2021-02-04
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2020-07-16
Refs #31502 -- Made minor edits to Model._state docs.
Adam Johnson
2019-10-30
Fixed typo in docs/ref/signals.txt.
Gil Forcada Codinachs
2019-09-19
Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers fo...
Carlton Gibson
2019-07-19
Refs #30083 -- Added a warning about performing queries in pre/post_init rece...
Mariusz Felisiak
2019-07-19
Refs #30083 -- Clarified database state of instances in signals.pre_init docs.
Mariusz Felisiak
2019-06-19
Fixed typos in signals and custom management commands docs.
Hasan Ramezani
2019-06-18
Fixed typos and example in signals.pre_init docs.
Hasan Ramezani
2018-11-20
Corrected docs and removed unused code for got_request_exception signal's sen...
Tim Graham
2017-04-06
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
Richard Barrell
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-10-26
Clarified when the post_migrate signal is sent during migrate.
Thomas Güttler
2016-07-21
Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
Tim Graham
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-04-13
Fixed #26493 -- Documented how built-in signals are sent.
Filipa Andrade
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-17
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2014-12-24
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-11-27
Added notes on registering signals in ready() and using dispatch_uid.
wrwrwr
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-02
Added missing import in docs/ref/signals.txt.
Alexey Efimov
2014-08-29
Fixed #21483 -- Added WSGI environ to kwargs sent to request_started signal.
Joshua "jag" Ginsberg
2014-08-28
Documented correct kwargs for post_syncdb/migrate.
Aymeric Augustin
2014-06-02
Fixed #22748 -- Corrected post_migrate usage example.
Tim Graham
2014-03-26
Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal ...
Tim Graham
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2014-02-28
Fixed #22028 -- Documented that database signals aren't emitted for apps that...
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
[next]