summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-08-23 06:31:03 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-08-23 06:31:03 +0000
commitbe4acff3195d9d9064c5c253ac3e856b11404c85 (patch)
tree7d9842e39868496826dea82e578d9112dc4e54f1 /docs/ref
parent7182cd2284a15cd5094ab6567ae14c6ad3cd901a (diff)
Reverted r16662 -- There are bunch of problems with this patch, including failing tests, that I didn't pick up before committing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/localflavor.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt
index fbb10a6a35..0f99f35b4d 100644
--- a/docs/ref/contrib/localflavor.txt
+++ b/docs/ref/contrib/localflavor.txt
@@ -70,7 +70,6 @@ Countries currently supported by :mod:`~django.contrib.localflavor` are:
* Romania_
* Russia_
* Slovakia_
- * Slovenia_
* `South Africa`_
* Spain_
* Sweden_
@@ -127,7 +126,6 @@ Here's an example of how to use them::
.. _Romania: `Romania (ro)`_
.. _Russia: `Russia (ru)`_
.. _Slovakia: `Slovakia (sk)`_
-.. _Slovenia: `Slovenia (si)`_
.. _South Africa: `South Africa (za)`_
.. _Spain: `Spain (es)`_
.. _Sweden: `Sweden (se)`_
@@ -1070,35 +1068,6 @@ Slovakia (``sk``)
A ``Select`` widget that uses a list of Slovak regions as its choices.
-Slovenia (``si``)
-=================
-
-.. class:: si.forms.SIEMSOField
-
- A form field that validates input as Slovenian personal identification
- number and stores gender and birthday to self.info dictionary.
-
-.. class:: si.forms.SITaxNumberField
-
- A form field that validates input as a Slovenian tax number. Valid input
- is SIXXXXXXXX or XXXXXXXX.
-
-.. class:: si.forms.SIPhoneNumberField
-
- A form field that validates input as a Slovenian phone number. Phone
- number must contain at least local area code with optional country code.
-
-.. class:: si.forms.SIPostalCodeField
-
- A form field that provides a choice field of major Slovenian postal
- codes.
-
-.. class:: si.forms.SIPostalCodeSelect
-
- A ``Select`` widget that uses a list of major Slovenian postal codes as
- its choices.
-
-
South Africa (``za``)
=====================