diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-29 13:47:28 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-29 13:47:28 +0000 |
| commit | ad4969e5e8986149351255ef09e388b8a627a801 (patch) | |
| tree | d8b9d5c1e00a9a46a4fff53bd1ef69d71f0cd6ed /docs/ref | |
| parent | a43c2f50c2106d868045c7858de219de9717836c (diff) | |
Fixed #14959 - Add a link to localflavor in the model field docs. Thanks PaulM for the suggestion, elbarto for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 583dfb499c..f622048e7f 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:: |
