#14628: Document which settings can be changed at runtime
-----------------------------------------+----------------------------------
               Reporter:  NicoEchaniz    |         Owner:  nobody              
                 Status:  new            |     Milestone:                      
              Component:  Documentation  |       Version:  1.2                 
             Resolution:                 |      Keywords:  settings django.conf
           Triage Stage:  Accepted       |     Has patch:  0                   
    Needs documentation:  0              |   Needs tests:  0                   
Patch needs improvement:  0              |  
-----------------------------------------+----------------------------------

Comment (by carljm):

 If we document any settings as "safe to change at runtime", we'd better
 also document that changing settings at runtime (even the otherwise "safe"
 ones) is not safe in a multi-threaded hosting environment (or concurrent
 requests can easily get the wrong setting value).

 Given the number of people hosting in such an environment who may not even
 realize it, I'm not sure we should be documenting anything that encourages
 changing settings at runtime, until we (pie in the sky) fix settings so
 they aren't a global.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14628#comment:4>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to