Ticket #6136: localflavor.diff
File localflavor.diff, 1.3 KB (added by , 17 years ago) |
---|
-
docs/add_ons.txt
177 177 =========== 178 178 179 179 A collection of various Django snippets that are useful only for a particular 180 country or culture. For example, ``django.contrib.localflavor.us a.forms``180 country or culture. For example, ``django.contrib.localflavor.us.forms`` 181 181 contains a ``USZipCodeField`` that you can use to validate U.S. zip codes. 182 182 183 See the `localflavor documentation`_. 184 185 .. _localflavor documentation: ../localflavor/ 186 183 187 markup 184 188 ====== 185 189 -
docs/localflavor.txt
611 611 expression used is sourced from the schema for British Standard BS7666 612 612 address types at http://www.govtalk.gov.uk/gdsc/schemas/bs7666-v2-0.xsd. 613 613 614 UKCountySelect 615 -------------- 614 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 624 615 625 United States of America (``django.contrib.localflavor.us``) 616 626 ============================================================ 617 627