From a26ba33111a41d87eaea23b4ba2ae48be4e08b18 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 26 Jul 2008 04:25:42 +0000 Subject: Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8087 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/localflavor.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/localflavor.txt b/docs/localflavor.txt index 74224ab413..25ac4fbb40 100644 --- a/docs/localflavor.txt +++ b/docs/localflavor.txt @@ -32,6 +32,7 @@ Countries currently supported by ``localflavor`` are: * Argentina_ * Australia_ + * Austria_ * Brazil_ * Canada_ * Chile_ @@ -70,6 +71,7 @@ them:: .. _ISO 3166 country codes: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm .. _Argentina: `Argentina (django.contrib.localflavor.ar)`_ .. _Australia: `Australia (django.contrib.localflavor.au)`_ +.. _Austria: `Austria (django.contrib.localflavor.at)`_ .. _Brazil: `Brazil (django.contrib.localflavor.br)`_ .. _Canada: `Canada (django.contrib.localflavor.ca)`_ .. _Chile: `Chile (django.contrib.localflavor.cl)`_ @@ -153,6 +155,19 @@ AUStateSelect A ``Select`` widget that uses a list of Australian states/territories as its choices. +Austria (``django.contrib.localflavor.at``) +============================================= + +ATZipCodeField +--------------- + +A form field that validates its input is an Austrian postcode. + +ATStateSelect +------------- + +A ``Select`` widget that uses a list of Austrian states as its choices. + Brazil (``django.contrib.localflavor.br``) ========================================== -- cgit v1.3