Changes between Version 29 and Version 30 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 16, 2008, 8:10:27 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v29 v30  
    9090||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()`||
    9191||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||||
    9393
    9494=== Problems ===
Back to Top