From 421b03af2c33081b5f00c596253f08445185bed6 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Wed, 9 Jan 2008 06:52:42 +0000 Subject: [PATCH] Fixed #6341 -- Added missing link for text introduced in [6946]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7005 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/localflavor.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/localflavor.txt b/docs/localflavor.txt index fc227fee28..75ec95382e 100644 --- a/docs/localflavor.txt +++ b/docs/localflavor.txt @@ -100,6 +100,8 @@ any code you'd like to contribute. One thing we ask is that you please use Unicode objects (``u'mystring'``) for strings, rather than setting the encoding in the file. See any of the existing flavors for examples. +.. _create a ticket: http://code.djangoproject.com/simpleticket + Argentina (``django.contrib.localflavor.ar``) =============================================