From 0a7e454fa280fb57061ab542d743fcecb4bdd451 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 2 Sep 2008 19:34:20 +0000 Subject: [PATCH] Fixed a typo in 1.0 notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8873 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:``. +See :ref:`ref-unicode`. An improved ORM ---------------