mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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:
parent
53a25206c2
commit
219a794217
3 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue