diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-02-15 05:53:44 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-02-15 05:53:44 +0000 |
| commit | 27b28616b405578d81fb8e6a4efdc73459c81a2b (patch) | |
| tree | 95c21dc418121df6fd769559d2d4d0f392c93058 /docs | |
| parent | b93614ada658087cbc90403ee8f36d7f8c947dfe (diff) | |
Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/add_ons.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/add_ons.txt b/docs/add_ons.txt index d937eb2141..1756fe5720 100644 --- a/docs/add_ons.txt +++ b/docs/add_ons.txt @@ -139,6 +139,15 @@ See the `flatpages documentation`_. .. _flatpages documentation: ../flatpages/ +localflavor +=========== + +**New in Django development version** + +A collection of various Django snippets that are useful only for a particular +country or culture. For example, ``django.contrib.localflavor.usa.forms`` +contains a ``USZipCodeField`` that you can use to validate U.S. zip codes. + markup ====== |
