Changeset 7077 for django/trunk/docs/localflavor.txt
- Timestamp:
- 02/02/08 22:44:00 (1 year ago)
- Files:
-
- django/trunk/docs/localflavor.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/localflavor.txt
r7005 r7077 114 114 .. _CPA: http://www.correoargentino.com.ar/consulta_cpa/home.php 115 115 116 ARDNIField 117 ---------- 118 119 A form field that validates input as a Documento Nacional de Identidad (DNI) 120 number. 121 122 ARCUITField 123 ----------- 124 125 A form field that validates input as a Código Único de Identificación 126 Tributaria (CUIT) number. 127 116 128 ARProvinceSelect 117 129 ---------------- 118 130 119 A ``Select`` widget that uses a list of Argentina's provinces as its choices. 131 A ``Select`` widget that uses a list of Argentina's provinces and autonomous 132 cities as its choices. 120 133 121 134 Australia (``django.contrib.localflavor.au``) … … 611 624 A ``Select`` widget that uses a list of UK nations as its choices. 612 625 613 United States of America (``django.contrib.localflavor.us``) 626 United States of America (``django.contrib.localflavor.us``) 614 627 ============================================================ 615 628 … … 636 649 ------------ 637 650 638 A form field that validates input as a U.S. state name or abbreviation. It 651 A form field that validates input as a U.S. state name or abbreviation. It 639 652 normalizes the input to the standard two-letter postal service abbreviation 640 653 for the given state.
