Changeset 6931
- Timestamp:
- 12/17/07 02:58:29 (9 months ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
- django/trunk/docs/localflavor.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r6925 r6931 182 182 183 183 A collection of various Django snippets that are useful only for a particular 184 country or culture. For example, ``django.contrib.localflavor.us a.forms``184 country or culture. For example, ``django.contrib.localflavor.us.forms`` 185 185 contains a ``USZipCodeField`` that you can use to validate U.S. zip codes. 186 187 See the `localflavor documentation`_. 188 189 .. _localflavor documentation: ../localflavor/ 186 190 187 191 markup django/trunk/docs/localflavor.txt
r6849 r6931 612 612 address types at http://www.govtalk.gov.uk/gdsc/schemas/bs7666-v2-0.xsd. 613 613 614 UKCountySelect 615 -------------- 616 617 A ``Select`` widget that uses a list of UK counties/regions as its choices. 618 619 UKNationSelect 620 -------------- 621 622 A ``Select`` widget that uses a list of UK nations as its choices. 623 614 624 615 625 United States of America (``django.contrib.localflavor.us``)
