Changes between Version 213 and Version 214 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 6, 2008, 10:55:47 AM (16 years ago)
Author:
ElliottM
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v213 v214  
    10981098== Signal refactoring ==
    10991099
    1100 [8223] refactored signals and {{{django.dispatch}}} with an eye towards speed. The net result was up to a 90% reduction in the speed of signal handling, but along the way some backwards-incompatible changes were made:
     1100[8223] refactored signals and {{{django.dispatch}}} with an eye towards speed. The net result was up to a 90% improvement in the speed of signal handling, but along the way some backwards-incompatible changes were made:
    11011101
    11021102 * All signals now must be declared as accepting {{{**kwargs}}}.
Back to Top