From ae59f1abc9b45e2a6becabd706243efa592bc204 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Wed, 5 Aug 2009 11:15:01 +0000 Subject: [soc2009/i18n] added more clear documentation about l10n on forms git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/i18n-improvements@11401 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/i18n.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 ---------------------------- -- cgit v1.3