mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user