Changeset 6931 for django/trunk/docs/add_ons.txt
- Timestamp:
- 12/17/07 02:58:29 (9 months ago)
- Files:
-
- django/trunk/docs/add_ons.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
