Changes between Version 12 and Version 13 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 14, 2008, 1:42:23 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v12 v13 159 159 }}} 160 160 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, 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, db/backends, db/models/query.py, utils/dates.py, utils/_decimal.py, utils/simplejson, utils/termcolors.py, utils/translation/trans_null.py`. 162 162 163 163 `SITE_CACHE` and everything in `django.utils.translation.trans_real` has already been listed under `globals` above. … … 168 168 {{{ 169 169 django/core/serializers/__init__.py:_serializers = {} 170 django/db/models/fields/related.py:pending_lookups = {} 171 django/db/transaction.py:dirty = {} 172 django/db/transaction.py:state = {} 173 django/dispatch/dispatcher.py:connections = {} 174 django/dispatch/dispatcher.py:senders = {} 175 django/dispatch/dispatcher.py:sendersBack = {} 176 django/template/__init__.py:libraries = {} 170 177 }}} 171 178