Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/signals.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #20349 -- Moved setting_changed signal to ↵Collin Anderson2014-12-241-0/+1
| | | | | | django.core.signals. This removes the need to load django.test when not testing.
* Fixed #21483 -- Added WSGI environ to kwargs sent to ↵Joshua "jag" Ginsberg2014-08-291-1/+1
| | | | request_started signal.
* Major refactoring of django.dispatch with an eye towards ↵Jacob Kaplan-Moss2008-08-061-3/+5
| | | | | | | | | | | | | | | speed. The net result is that signals are up to 90% faster. Though some attempts and backwards-compatibility were made, speed trumped compatibility. Thus, as usual, check BackwardsIncompatibleChanges for the complete list of backwards-incompatible changes. Thanks to Jeremy Dunck and Keith Busell for the bulk of the work; some ideas from Brian Herring's previous work (refs #4561) were incorporated. Documentation is, sigh, still forthcoming. Fixes #6814 and #3951 (with the new dispatch_uid argument to connect). git-svn-id: http://code.djangoproject.com/svn/django/trunk@8223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is ↵Adrian Holovaty2006-05-021-0/+3
highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37