summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTimo Graham <timograham@gmail.com>2010-12-29 13:47:58 +0000
committerTimo Graham <timograham@gmail.com>2010-12-29 13:47:58 +0000
commit6510bb76c679a56485220c0510cf4c77b1f0880d (patch)
tree7da385b7188b32ddc042ce45cb1906ae44155ce6 /docs
parent9bb995c6e0a2026c5efba9d98bdb3322d057570f (diff)
[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Thanks PaulM for the suggestion, elbarto for the patch.
Backport of r15096 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 7a9bb995b0..677d428349 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -12,8 +12,10 @@ This document contains all the gory details about all the `field options`_ and
.. seealso::
- If the built-in fields don't do the trick, you can easily :doc:`write your
- own custom model fields </howto/custom-model-fields>`.
+ If the built-in fields don't do the trick, you can try
+ :mod:`django.contrib.localflavor`, which contains assorted pieces of code
+ that are useful for particular countries or cultures. Also, you can easily
+ :doc:`write your own custom model fields </howto/custom-model-fields>`.
.. note::