#12737: Thread local settings
---------------------------------------------+------------------------------
Reporter: Kronuz | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: SVN
Resolution: wontfix | Keywords:
Stage: Design decision needed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Changes (by mtredinnick):
* status: new => closed
* resolution: => wontfix
Comment:
Settings aren't designed to be changed locally like this and we somewhat
intentionally cache things that are settings derived (so they would have
to be triggered on settings changes, etc). Using threadlocals isn't
appropriate here. Anything that needs per-request changes shouldn't be
settings controlled (e.g. language settings can be activated in other
ways).
--
Ticket URL: <http://code.djangoproject.com/ticket/12737#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.