From c03b5c10917bca31bca0c09d0feb1790fd7c82dd Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 3 Feb 2008 04:44:00 +0000 Subject: Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7077 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/localflavor.txt | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/localflavor.txt b/docs/localflavor.txt index 75ec95382e..5a2e5b8fda 100644 --- a/docs/localflavor.txt +++ b/docs/localflavor.txt @@ -113,10 +113,23 @@ postal code or a CPA_. .. _CPA: http://www.correoargentino.com.ar/consulta_cpa/home.php +ARDNIField +---------- + +A form field that validates input as a Documento Nacional de Identidad (DNI) +number. + +ARCUITField +----------- + +A form field that validates input as a Código Único de Identificación +Tributaria (CUIT) number. + ARProvinceSelect ---------------- -A ``Select`` widget that uses a list of Argentina's provinces as its choices. +A ``Select`` widget that uses a list of Argentina's provinces and autonomous +cities as its choices. Australia (``django.contrib.localflavor.au``) ============================================= @@ -610,7 +623,7 @@ UKNationSelect A ``Select`` widget that uses a list of UK nations as its choices. -United States of America (``django.contrib.localflavor.us``) +United States of America (``django.contrib.localflavor.us``) ============================================================ USPhoneNumberField @@ -635,7 +648,7 @@ A valid SSN must obey the following rules: USStateField ------------ -A form field that validates input as a U.S. state name or abbreviation. It +A form field that validates input as a U.S. state name or abbreviation. It normalizes the input to the standard two-letter postal service abbreviation for the given state. -- cgit v1.3