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
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
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
[next]