Changes between Version 213 and Version 214 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 6, 2008, 10:55:47 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v213 v214 1098 1098 == Signal refactoring == 1099 1099 1100 [8223] refactored signals and {{{django.dispatch}}} with an eye towards speed. The net result was up to a 90% reductionin 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: 1101 1101 1102 1102 * All signals now must be declared as accepting {{{**kwargs}}}.