Changes between Version 62 and Version 63 of DjangoSpecifications/Core/Threading
- Timestamp:
- Mar 11, 2009, 12:51:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v62 v63 5 5 = Django threading review = 6 6 7 == Summary: '''as of 1.0, Django is thread-safe'''. If you find a threading bug, please file a ticket with ''threading'' keyword. == 8 [[BR]] 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. 9 10 10 11 Relevant tickets: #5632, #6950, #1442, #7676.