From 6da4ce5365995235da4c786c5232e4fce96aca00 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 22 Mar 2015 11:46:07 +0100 Subject: [1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package Edited localflavor doc to point to the external package documentation, leaving just the 'How to migrate' section in Django. Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master. --- docs/ref/models/fields.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index d764719705..716460d1b7 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -12,10 +12,11 @@ This document contains all the API references of :class:`Field` including the .. seealso:: - If the built-in fields don't do the trick, you can try :doc:`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 `. + If the built-in fields don't do the trick, you can try `django-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 + `. .. note:: -- cgit v1.3