Changes between Version 79 and Version 80 of DjangoSpecifications/Core/Threading
- Timestamp:
- Feb 19, 2010, 6:09:36 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v79 v80 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 known threading bugs, #10470 and #10472.''' 15 '''Note that 1.0.2 has two known threading bugs, #10470 and #10472.''' 16 17 As of 1.2, you should read http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#thread-safety-considerations to keep your custom template tags thread-safe. 16 18 17 19 = Django threading review =