Commit 0a7e454f authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

Fixed a typo in 1.0 notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f6a3652e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
---------------