Changes between Version 79 and Version 80 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Feb 19, 2010, 6:09:36 AM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v79 v80  
    1313 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.
    1414
    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
     17As 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.
    1618
    1719= Django threading review =
Back to Top