Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/signals.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-8/+0
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-071-1/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-4/+2
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-171-107/+0
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-0/+7
* Added notes on registering signals in ready() and using d...wrwrwr2014-11-271-0/+9
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Added missing import in docs/ref/signals.txt.Alexey Efimov2014-09-021-0/+2
* Fixed #21483 -- Added WSGI environ to kwargs sent to requ...Joshua "jag" Ginsberg2014-08-291-0/+6
* Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin2014-08-281-2/+2
* Fixed #22748 -- Corrected post_migrate usage example.Tim Graham2014-06-021-3/+8
* Fixed #22029 -- Removed obsolete advice on registering mi...Tim Graham2014-03-261-24/+6
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-3/+0
* Fixed #22028 -- Documented that database signals aren't e...Tim Graham2014-02-281-2/+3
* Fixed docs typos.Szczepan Cieślik2014-02-251-1/+1
* Fixed #21477 -- Renamed db to using in pre/post_migrate s...Aymeric Augustin2014-01-121-2/+2
* Renamed AppConfig.setup to ready.Aymeric Augustin2013-12-311-1/+1
* Updated advice on connecting signals at startup.Aymeric Augustin2013-12-301-0/+6
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-19/+98
* Fixed #21391 -- Allow model signals to lazily reference t...Simon Charette2013-11-241-1/+9
* Fixed spelling of compatibility.Tim Graham2013-11-091-2/+2
* Removed extra p (topppings->toppings)Brett Koonce2013-09-241-1/+1
* Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry2013-09-091-1/+1
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-191-12/+1
|\
| * Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-12/+1
* | Docs tweaks (thanks timgraham)Andrew Godwin2013-08-101-5/+0
* | Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-28/+59
|/
* Fixed #19031 -- Added a warning when using override_setti...Joeri Bekker2013-07-121-1/+7
* Fix typoKen Bolton2013-06-271-1/+1
* Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` ar...Daniel Izquierdo2013-06-251-3/+3
* Warned that `request_finished` isn't sent by some buggy s...Jaap Roes2013-06-121-8/+11
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-0/+47
* Added documentation for the 'db' argument of the post-syn...mpaolini2013-01-031-0/+4
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-6/+5
* Fixed #19519 -- Fired request_finished in the WSGI iterab...Aymeric Augustin2012-12-311-0/+12
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Fixed broken links, round 4. refs #19516Tim Graham2012-12-291-10/+7
* Fixed #19498 -- refactored auth documentationPreston Holmes2012-12-281-1/+1
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-13/+15
* Fixed #19497 -- Refactored testing docs.Ramiro Morales2012-12-221-1/+1
* Fixed #19008 typo in signals docsPreston Holmes2012-09-221-1/+1
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-10/+0
* Fixed #13586 - Added an example of how to connect a m2m_c...Tim Graham2012-09-191-2/+11
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-5/+0
* Fixed #4102 -- Allow update of specific fields in model.s...Andrei Antoukh2012-05-121-0/+12
* Fixed #17895 -- Made override_settings send the setting_c...Aymeric Augustin2012-03-141-3/+7
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-46/+39
* Slight english readability fix for the signals docs.Alex Gaynor2011-09-221-1/+1
* Fixed #15633 -- Improved docs for post_syncdb signal.Paul McMillan2011-09-221-2/+6
* Fixed #14503 -- Unified multiple implementations of test ...Ramiro Morales2011-08-131-1/+1