Changes between Version 12 and Version 13 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 14, 2008, 1:42:23 AM (16 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v12 v13  
    159159}}}
    160160
    161 Out of these, the following are read-only (i.e. not changed anywhere in code) or otherwise irrelevant: `contrib/admin, formtools tests, localflavor mappings, core/cache, core/handlers, core/serializers/__init__.py:BUILTIN_SERIALIZERS, core/servers,
     161Out of these, the following are read-only (i.e. not changed anywhere in code) or otherwise irrelevant: `contrib/admin, formtools tests, localflavor mappings, core/cache, core/handlers, core/serializers/__init__.py:BUILTIN_SERIALIZERS, core/servers, db/backends, db/models/query.py, utils/dates.py, utils/_decimal.py, utils/simplejson, utils/termcolors.py, utils/translation/trans_null.py`.
    162162
    163163`SITE_CACHE` and everything in `django.utils.translation.trans_real` has already been listed under `globals` above.
     
    168168{{{
    169169django/core/serializers/__init__.py:_serializers = {}
     170django/db/models/fields/related.py:pending_lookups = {}
     171django/db/transaction.py:dirty = {}
     172django/db/transaction.py:state = {}
     173django/dispatch/dispatcher.py:connections = {}
     174django/dispatch/dispatcher.py:senders = {}
     175django/dispatch/dispatcher.py:sendersBack = {}
     176django/template/__init__.py:libraries = {}
    170177}}}
    171178
Back to Top