Ticket #3883: add_ons.diff
| File add_ons.diff, 0.6 kB (added by nickefford, 7 months ago) |
|---|
-
docs/add_ons.txt
old new 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
