diff options
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``) ============= |
