From f801e2c15dee8bf711bcccc932ef9f0ca89a0e8b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 28 Jun 2011 10:17:23 +0000 Subject: 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 --- docs/ref/contrib/localflavor.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/ref') 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``) ============= -- cgit v1.3