From c772ea2055c9402d418ded6e79f0a36b0f0ba8c7 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Tue, 4 May 2010 23:34:17 +0000 Subject: [PATCH] Typo fixes and small clarification. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13101 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.2.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index e8370c2b4b..d06e92ff88 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -604,7 +604,7 @@ To allow support for multiple databases, the GeoDjango database internals were changed substantially. The largest backwards-incompatible change is that the module ``django.contrib.gis.db.backend`` was renamed to :mod:`django.contrib.gis.db.backends`, where the full-fledged -:ref:`spatial databased backends ` now exist. The +:ref:`spatial database backends ` now exist. The following sections provide information on the most-popular APIs that were affected by these changes. @@ -881,9 +881,9 @@ of characters, including ``@``, ``+``, ``.`` and ``-`` characters. GeoDjango --------- -In 1.2, :ref:`GeoDjango ` was upgraded to provide -support for multiple spatial databases. As a result, the following -:ref:`spatial database backends ` +The most significant new feature for ref:`GeoDjango ` +in 1.2 is support for multiple spatial databases. As a result, +the following :ref:`spatial database backends ` are now included: * :mod:`django.contrib.gis.db.backends.postgis` @@ -914,9 +914,9 @@ methods are new in 1.2: The :ref:`GEOS interface ` was updated to use thread-safe C library functions when available on the platform. -The :ref:`GDAL interface ` now allows the user to place +The :ref:`GDAL interface ` now allows the user to set a :attr:`~django.contrib.gis.gdal.Layer.spatial_filter` on -the features returned from a :class:`~django.contrib.gis.gdal.DataSource` +the features returned when iterating over a :class:`~django.contrib.gis.gdal.Layer`. Finally, :ref:`GeoDjango's documentation ` is now