Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/signals.py
Commit message (Expand)AuthorAgeFilesLines
* Removed pre_syncdb and post_syncdb signals per deprecatio...Tim Graham2015-01-171-3/+0
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #21477 -- Renamed db to using in pre/post_migrate s...Aymeric Augustin2014-01-121-2/+2
* Refactored the migration signals to use app configs.Aymeric Augustin2013-12-291-4/+5
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+3
* Stopped calling apps.get_model with only_installed=False.Aymeric Augustin2013-12-281-9/+6
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21391 -- Allow model signals to lazily reference t...Simon Charette2013-11-241-9/+59
* Fixed #20943 -- Weakly reference senders when caching the...Simon Charette2013-08-211-1/+1
* Rename pre_ and post_syncdb to *_migrate, with aliases fr...Andrew Godwin2013-07-301-2/+4
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-0/+1
* Added documentation for the 'db' argument of the post-syn...mpaolini2013-01-031-1/+1
* Fixed #16679 -- Use caching to speed up signal sendingAnssi Kääriäinen2012-12-161-8/+9
* Fixed #4102 -- Allow update of specific fields in model.s...Andrei Antoukh2012-05-121-2/+2
* Fixed #13552 -- Added a 'using' parameter to database sig...Russell Keith-Magee2010-08-071-5/+5
* Fixed #5390 -- Added signals for m2m operations. Thanks t...Russell Keith-Magee2010-01-131-0/+2
* Major refactoring of django.dispatch with an eye towards ...Jacob Kaplan-Moss2008-08-061-8/+10
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+12