Django

Code

Show
Ignore:
Timestamp:
12/17/07 02:58:29 (9 months ago)
Author:
mtredinnick
Message:

Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford.

Files:

Legend:

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

    r6925 r6931  
    182182 
    183183A collection of various Django snippets that are useful only for a particular 
    184 country or culture. For example, ``django.contrib.localflavor.usa.forms`` 
     184country or culture. For example, ``django.contrib.localflavor.us.forms`` 
    185185contains a ``USZipCodeField`` that you can use to validate U.S. zip codes. 
     186 
     187See the `localflavor documentation`_. 
     188 
     189.. _localflavor documentation: ../localflavor/ 
    186190 
    187191markup