Fixed #11123 - Added Irish (ie) localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-01-01 21:33:00 +00:00
parent 82b33b1d80
commit 6eb205c914
6 changed files with 76 additions and 0 deletions

View file

@ -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``)
==============