summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/i18n.txt b/docs/topics/i18n.txt
index 9634b0624c..bf758870b4 100644
--- a/docs/topics/i18n.txt
+++ b/docs/topics/i18n.txt
@@ -1095,6 +1095,11 @@ users accessing the same content, but in different language, will see date and
number fields formatted in different ways, depending on the format for their
current locale.
+Django will also use localized formats when parsing data in forms. That means
+Django uses different formats for different locales when guessing the format
+used by the user when inputting data on forms. Note that Django uses different
+formats for displaying data, and for parsing it.
+
Creating custom format files
----------------------------