Changes between Version 28 and Version 29 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 16, 2008, 8:05:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v28 v29 94 94 === Problems === 95 95 96 1. django/template/loader.py: the "bad" algorithm above, patch attached to #695097 1. django/core/serializers/__init__.py: `_load_serializers()` is unsafe, patch attached to #FIXME:96 1. `django/template/loader.py`: the "bad" algorithm above, patch attached to #6950 97 1. `django/core/serializers/__init__.py`: `_load_serializers()` is unsafe, patch attached to #FIXME: 98 98 {{{ 99 99 1. thread 1: if not _serializers: true --> _load_serializers(), enter for loop … … 102 102 3. thread 1: register_serializer(y) 103 103 }}} 104 1. django/db/models/fields/related.py: `append()` in `add_lazy_relation()` can add duplicated values, which may or may not confuse `pop()` in `do_pending_lookups()`104 1. `django/db/models/fields/related.py`: `append()` in `add_lazy_relation()` can add duplicated values, which may or may not confuse `pop()` in `do_pending_lookups()` 105 105 106 106 === Raw `grep` results ===