Changes between Version 29 and Version 30 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 16, 2008, 8:10:27 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v29 v30 90 90 ||django/db/models/fields/related.py||`pending_lookups`||OK?, needs further review||`append()` in `add_lazy_relation()` can add duplicated values, which may or may not confuse `pop()` in `do_pending_lookups()`|| 91 91 ||django/db/transaction.py||`dirty, state`||OK||explicit threading support, no inefficiencies|| 92 ||django/dispatch/dispatcher.py||`connections, senders, sendersBack ||not reviewed||||92 ||django/dispatch/dispatcher.py||`connections, senders, sendersBack`||not reviewed|||| 93 93 94 94 === Problems ===