diff options
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``) ========================================== |
