Skip to content

Commit

Permalink
Fixed #14959 - Add a link to localflavor in the model field docs. Tha…
Browse files Browse the repository at this point in the history
…nks PaulM for the suggestion, elbarto for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
timgraham committed Dec 29, 2010
1 parent a43c2f5 commit ad4969e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/ref/models/fields.txt
Expand Up @@ -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::

Expand Down

0 comments on commit ad4969e

Please sign in to comment.