Changes between Version 53 and Version 54 of DjangoSpecifications/Core/Threading
- Timestamp:
- Jul 8, 2008, 8:25:28 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v53 v54 115 115 116 116 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: 118 118 {{{ 119 119 1. thread 1: if not _serializers: true --> _load_serializers(), enter for loop