diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-06-25 12:39:29 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-06-25 12:39:29 +0000 |
| commit | 219a79421745b90b2e8976b7a83c3435c337237f (patch) | |
| tree | b938740c7e4b36a55dcf657481ad10204cbd86c2 /docs | |
| parent | 53a25206c2728585c7410d572f3e88041edf16ba (diff) | |
Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index d4c9dca495..1e565a58b1 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -243,7 +243,8 @@ Austria (``at``) .. class:: at.forms.ATZipCodeField - A form field that validates its input as an Austrian zip code. + A form field that validates its input as an Austrian zip code, with the + format XXXX (first digit must be greater than 0). .. class:: at.forms.ATStateSelect |
