diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-29 09:41:14 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-29 09:41:14 +0000 |
| commit | 4a6e1b56135b1a413576ea1a6d469387a1a5eb6d (patch) | |
| tree | 4ec3622db0604244a3cda209248b2b24ee5c79d3 /docs | |
| parent | 2ccfb6d5c2ffb13ae3cb11a058ff574ab115518c (diff) | |
Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and Bernhard Essl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 60539e9663..78b997af6b 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -44,8 +44,10 @@ Countries currently supported by :mod:`~django.contrib.localflavor` are: * Canada_ * Chile_ * China_ + * Colombia_ * Croatia_ * Czech_ + * Ecuador_ * Finland_ * France_ * Germany_ @@ -98,8 +100,10 @@ Here's an example of how to use them:: .. _Canada: `Canada (ca)`_ .. _Chile: `Chile (cl)`_ .. _China: `China (cn)`_ +.. _Colombia: `Colombia (co)`_ .. _Croatia: `Croatia (hr)`_ .. _Czech: `Czech (cz)`_ +.. _Ecuador: `Ecuador (ec)`_ .. _Finland: `Finland (fi)`_ .. _France: `France (fr)`_ .. _Germany: `Germany (de)`_ @@ -392,6 +396,16 @@ China (``cn``) Valid formats are like 1XXXXXXXXXX, where X is digit. The second digit could only be 3, 5 and 8. +Colombia (``co``) +================= + +.. versionadded:: 1.4 + +.. class:: co.forms.CoDepartmentSelect + + A ``Select`` widget that uses a list of Colombian departments + as its choices. + Croatia (``hr``) ================ @@ -479,6 +493,16 @@ Czech (``cz``) A ``Select`` widget that uses a list of Czech regions as its choices. +Ecuador (``ec``) +================ + +.. versionadded:: 1.4 + +.. class:: ec.forms.EcProvinceSelect + + A ``Select`` widget that uses a list of Ecuatorian provinces as + its choices. + Finland (``fi``) ================ |
