From 82a85fdbaec57955c264ef016e6958456d8fdf4e Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 27 Jul 2008 18:54:56 +0000 Subject: Fixed #6427 -- Added some more features to the Austrian localflavor. Thanks, Horst Gutmann. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8113 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/localflavor.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/localflavor.txt b/docs/localflavor.txt index 25ac4fbb40..71e353c5d8 100644 --- a/docs/localflavor.txt +++ b/docs/localflavor.txt @@ -161,13 +161,18 @@ Austria (``django.contrib.localflavor.at``) ATZipCodeField --------------- -A form field that validates its input is an Austrian postcode. +A form field that validates its input as an Austrian zip code. ATStateSelect ------------- A ``Select`` widget that uses a list of Austrian states as its choices. +ATSocialSecurityNumberField +--------------------------- + +A form field that validates its input as an Austrian social security number. + Brazil (``django.contrib.localflavor.br``) ========================================== -- cgit v1.3