From 219a79421745b90b2e8976b7a83c3435c337237f Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sat, 25 Jun 2011 12:39:29 +0000 Subject: 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 --- docs/ref/contrib/localflavor.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.3