diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-07-27 18:54:56 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-07-27 18:54:56 +0000 |
| commit | 82a85fdbaec57955c264ef016e6958456d8fdf4e (patch) | |
| tree | f8431687a7cb080488d96211552ab45b712b1cd7 /docs | |
| parent | 2c6d1e8ebc2d5d8cb62473dcb35f3c783aab6b95 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/localflavor.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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``) ========================================== |
