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
This commit is contained in:
Ramiro Morales 2011-06-25 12:39:29 +00:00
parent 53a25206c2
commit 219a794217
3 changed files with 6 additions and 3 deletions

View file

@ -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