From a1b89e589865197cec001d98326601173291c95d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ya=C5=9Far=20Arabac=C4=B1?= <yasar11732@gmail.com>
Date: Fri, 30 Sep 2011 02:11:59 +0300
Subject: [PATCH] Added warning in settings.txt

---
 docs/ref/settings.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 8c7fe8f..ef112c6 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -12,6 +12,16 @@ Available settings
 Here's a full list of all available settings, in alphabetical order, and their
 default values.
 
+.. warning::
+    Be careful with the settings in settings.py, because settings in settings.py
+    override the default values. Overriding some settings may cause some core 
+    or commonly used functions of Django to stop functioning. When overriding 
+    default values, you are advised to make sure that none of the functions of 
+    Django that you need requires previous setting to work correctly. If the 
+    setting you are trying to change consists of more than one value (e.g a tuple), 
+    you can append or remove some items, rather than completely overriding 
+    that setting.
+
 .. setting:: ABSOLUTE_URL_OVERRIDES
 
 ABSOLUTE_URL_OVERRIDES
-- 
1.7.6.4

