summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-01-01 21:33:00 +0000
committerJannis Leidel <jannis@leidel.info>2010-01-01 21:33:00 +0000
commit6eb205c91447ce8237f0919e156b7d26f6ffc1cd (patch)
tree5fd67d552d23b3525df5a71ac7bb2f692b1c71c2 /docs/ref
parent82b33b1d805a5565c2d8aed21340bc56c0a12679 (diff)
Fixed #11123 - Added Irish (ie) localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/localflavor.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt
index 0b4b9f11fb..3ba48e1069 100644
--- a/docs/ref/contrib/localflavor.txt
+++ b/docs/ref/contrib/localflavor.txt
@@ -50,6 +50,7 @@ Countries currently supported by :mod:`~django.contrib.localflavor` are:
* Germany_
* Iceland_
* India_
+ * Ireland_
* Italy_
* Japan_
* Kuwait_
@@ -94,6 +95,7 @@ Here's an example of how to use them::
.. _The Netherlands: `The Netherlands (nl)`_
.. _Iceland: `Iceland (is\_)`_
.. _India: `India (in\_)`_
+.. _Ireland: `Ireland (ie)`_
.. _Italy: `Italy (it)`_
.. _Japan: `Japan (jp)`_
.. _Kuwait: `Kuwait (kw)`_
@@ -373,6 +375,13 @@ India (``in_``)
A ``Select`` widget that uses a list of Indian states/territories as its
choices.
+Ireland (``ie``)
+================
+
+.. class:: ie.forms.IECountySelect
+
+ A ``Select`` widget that uses a list of Irish Counties as its choices.
+
Italy (``it``)
==============