Changes between Version 63 and Version 64 of DjangoSpecifications/Core/Threading
- Timestamp:
- Mar 11, 2009, 1:42:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v63 v64 5 5 = Django threading review = 6 6 7 == Summary: '''as of 1.0.2, two more threading bugs were discovered'''. If you find a threading bug, please file a ticket with ''threading'' keyword. == 8 9 As of 1.0.2 the following tickets list threading bugs: #10472, #10470. 7 == Summary: as of 1.0, Django is thread-safe. If you find a threading bug, please file a ticket with threading keyword. == 10 8 11 9 Relevant tickets: #5632, #6950, #1442, #7676.