Changes between Version 78 and Version 79 of DjangoSpecifications/Core/Threading
- Timestamp:
- Feb 18, 2010, 3:06:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v78 v79 13 13 1. There is an edge case that can result in a deadlock during middleware loading, see #11193. This will trigger only when the setup is invalid and won't harm you otherwise. 14 14 15 '''Note that 1.0.2 has two know treading bugs, #10470 and #10472.'''15 '''Note that 1.0.2 has two known threading bugs, #10470 and #10472.''' 16 16 17 17 = Django threading review =