diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-01-09 06:52:42 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-01-09 06:52:42 +0000 |
| commit | 421b03af2c33081b5f00c596253f08445185bed6 (patch) | |
| tree | 098316b7d8b41b5880d5ae8bd335d4884c38ae41 /docs | |
| parent | 8775c1793045598d80f7985daef42d8301e8dfc4 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/localflavor.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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``) ============================================= |
