summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 19:34:20 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 19:34:20 +0000
commit0a7e454fa280fb57061ab542d743fcecb4bdd451 (patch)
tree945de1cbaefdcdb6135100870ff039e26650c921 /docs
parentf6a3652eb23b54948d3386231fb9781031092eb0 (diff)
Fixed a typo in 1.0 notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.0.txt b/docs/releases/1.0.txt
index d9a04226f0..0a4395fb24 100644
--- a/docs/releases/1.0.txt
+++ b/docs/releases/1.0.txt
@@ -89,7 +89,7 @@ interoperability with third-party libraries and systems which may or may not
handle Unicode gracefully. Details are available in Django's Unicode-handling
documentation.
-See :ref:`<ref-unicode>`.
+See :ref:`ref-unicode`.
An improved ORM
---------------