summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMarc Garcia <garcia.marc@gmail.com>2009-06-08 13:46:06 +0000
committerMarc Garcia <garcia.marc@gmail.com>2009-06-08 13:46:06 +0000
commita25d53191c2ad869ba688da77d04c78a6c7b4640 (patch)
tree6261b30bad094066296df97319770f7ae73d4c90 /docs/ref
parentf973c57aaac3e918ac0234acbbbc86834ccfca86 (diff)
[soc2009/i18n-improvements] Created a specific function to get locale formats (to avoid using gettext), and updated the code that used gettext.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@10956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/settings.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 0cca6fe05d..b5ac651e25 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -303,6 +303,15 @@ be useful for some test setups, and should never be used on a live
site.
+.. setting:: DECIMAL_SEPARATOR
+
+DECIMAL_SEPARATOR
+-----------------
+
+Default: ``'.'`` (Dot)
+
+The default decimal separator used when formatting decimal numbers.
+
.. setting:: DEFAULT_CHARSET
DEFAULT_CHARSET