diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2010-05-17 22:28:44 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2010-05-17 22:28:44 +0000 |
| commit | 97560f3a071ffbad983166093cf788ff56b9998e (patch) | |
| tree | fa82dab4447d41c2442dde0148f8a62670e4bc66 | |
| parent | ffcffcb96b7068718eb6e06bb168d194f367e643 (diff) | |
Fixed a couple of typos in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/releases/1.2.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index eadc76f42c..a25d547e4f 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -45,7 +45,7 @@ Django 1.2 introduces several large, important new features, including: These are just the highlights; full details and a complete list of features `may be found below`_. -.. _may be found below: `what's new in django 1.2` +.. _may be found below: `what's new in django 1.2`_ .. seealso:: @@ -319,7 +319,7 @@ a named URL. GeoDjango --------- -The most significant new feature for ref:`GeoDjango <ref-contrib-gis>` +The most significant new feature for :ref:`GeoDjango <ref-contrib-gis>` in 1.2 is support for multiple spatial databases. As a result, the following :ref:`spatial database backends <spatial-backends>` are now included: |
