summaryrefslogtreecommitdiff
path: root/django/dispatch/dispatcher.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] merged trunkarchive/soc2010/app-loadingsoc2010/app-loadingArthur Koziel2010-09-131-0/+16
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-041-4/+0
* Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss2009-05-201-73/+98
* Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...Adrian Holovaty2009-04-101-0/+1
* Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss2009-04-051-3/+4
* Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...Jacob Kaplan-Moss2008-08-251-2/+18
* Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr2008-08-101-45/+0
* Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss2008-08-061-457/+205
* Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty2008-07-221-16/+16
* Fixed #3439: vastly improved the performance of django.dispatch (and added te...Jacob Kaplan-Moss2007-02-261-60/+58
* Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss2006-07-211-431/+431
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+497