diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-06-28 10:17:23 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-06-28 10:17:23 +0000 |
| commit | f801e2c15dee8bf711bcccc932ef9f0ca89a0e8b (patch) | |
| tree | 3c5b723b6697c32f5c98b4121b2515e30a5da1f1 /docs/ref | |
| parent | 54552ee29f5e24f6aefead31b7097252490c05f3 (diff) | |
Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 1e565a58b1..3ad5899239 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -64,6 +64,7 @@ Countries currently supported by :mod:`~django.contrib.localflavor` are: * Peru_ * Poland_ * Portugal_ + * Paraguay_ * Romania_ * Russia_ * Slovakia_ @@ -114,6 +115,7 @@ Here's an example of how to use them:: .. _Macedonia: `Macedonia (mk)`_ .. _Mexico: `Mexico (mx)`_ .. _Norway: `Norway (no)`_ +.. _Paraguay: `Paraguay (py)`_ .. _Peru: `Peru (pe)`_ .. _Poland: `Poland (pl)`_ .. _Portugal: `Portugal (pt)`_ @@ -784,6 +786,19 @@ Norway (``no``) A ``Select`` widget that uses a list of Norwegian municipalities (fylker) as its choices. +Paraguay (``py``) +================= + +.. versionadded:: 1.4 + +.. class:: py.forms.PyDepartmentSelect + + A ``Select`` widget with a list of Paraguayan departments as choices. + +.. class:: py.forms.PyNumberedDepartmentSelect + + A ``Select`` widget with a roman numbered list of Paraguayan departments as choices. + Peru (``pe``) ============= |
