Changes between Version 53 and Version 54 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Jul 8, 2008, 8:25:28 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v53 v54  
    115115
    116116 1. `django/template/loader.py`: the "bad" algorithm above, patch attached to #6950
    117  1. `django/core/serializers/__init__.py`: `_load_serializers()` is unsafe, patch attached to #FIXME:
     117 1. `django/core/serializers/__init__.py`: `_load_serializers()` is unsafe, patch attached to #7676:
    118118{{{
    1191191. thread 1: if not _serializers: true --> _load_serializers(), enter for loop
Back to Top