Django

Code

Show
Ignore:
Timestamp:
02/02/08 22:44:00 (1 year ago)
Author:
mtredinnick
Message:

Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, Ramiro
Morales.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/localflavor.txt

    r7005 r7077  
    114114.. _CPA: http://www.correoargentino.com.ar/consulta_cpa/home.php 
    115115 
     116ARDNIField 
     117---------- 
     118 
     119A form field that validates input as a Documento Nacional de Identidad (DNI) 
     120number. 
     121 
     122ARCUITField 
     123----------- 
     124 
     125A form field that validates input as a Código Único de Identificación 
     126Tributaria (CUIT) number. 
     127 
    116128ARProvinceSelect 
    117129---------------- 
    118130 
    119 A ``Select`` widget that uses a list of Argentina's provinces as its choices. 
     131A ``Select`` widget that uses a list of Argentina's provinces and autonomous 
     132cities as its choices. 
    120133 
    121134Australia (``django.contrib.localflavor.au``) 
     
    611624A ``Select`` widget that uses a list of UK nations as its choices. 
    612625 
    613 United States of America (``django.contrib.localflavor.us``)  
     626United States of America (``django.contrib.localflavor.us``) 
    614627============================================================ 
    615628 
     
    636649------------ 
    637650 
    638 A form field that validates input as a U.S. state name or abbreviation. It  
     651A form field that validates input as a U.S. state name or abbreviation. It 
    639652normalizes the input to the standard two-letter postal service abbreviation 
    640653for the given state.