Author: timo
Date: 2012-02-20 11:08:56 -0800 (Mon, 20 Feb 2012)
New Revision: 17567

Modified:
   django/branches/releases/1.3.X/docs/ref/settings.txt
Log:
[1.3.X] Fixed #16758 - Added a warning regarding overriding default settings; 
thanks cyclops for the suggestion & Aymeric Augustin for the patch.

Backport of r17566 from trunk.

Modified: django/branches/releases/1.3.X/docs/ref/settings.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/settings.txt        2012-02-20 
19:08:22 UTC (rev 17566)
+++ django/branches/releases/1.3.X/docs/ref/settings.txt        2012-02-20 
19:08:56 UTC (rev 17567)
@@ -6,6 +6,13 @@
     :local:
     :depth: 1
 
+.. warning::
+
+    Be careful when you override settings, especially when the default value
+    is a non-empty tuple or dict, like :setting:`MIDDLEWARE_CLASSES` and
+    :setting:`TEMPLATE_CONTEXT_PROCESSORS`. Make sure you keep the components
+    required by the features of Django you wish to use.
+
 Available settings
 ==================
 

-- 
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