summaryrefslogtreecommitdiff
path: root/tests/regressiontests/dispatch
AgeCommit message (Expand)Author
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-04-10Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...Adrian Holovaty
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-07-20Fixed #7339 -- Added manual calls to the garbage collector. This is required ...Russell Keith-Magee
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-02-26Updated the dispatch unit tests to be consistant with our coding style.Jacob Kaplan-Moss
2007-02-26Fixed #3439: vastly improved the performance of django.dispatch (and added te...Jacob Kaplan-Moss