Author: jbronn
Date: 2010-05-04 18:34:17 -0500 (Tue, 04 May 2010)
New Revision: 13101

Modified:
   django/trunk/docs/releases/1.2.txt
Log:
Typo fixes and small clarification.


Modified: django/trunk/docs/releases/1.2.txt
===================================================================
--- django/trunk/docs/releases/1.2.txt  2010-05-04 22:53:00 UTC (rev 13100)
+++ django/trunk/docs/releases/1.2.txt  2010-05-04 23:34:17 UTC (rev 13101)
@@ -604,7 +604,7 @@
 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 <spatial-backends>` now exist.  The
+:ref:`spatial database backends <spatial-backends>` now exist.  The
 following sections provide information on the most-popular APIs that
 were affected by these changes.
 
@@ -881,9 +881,9 @@
 GeoDjango
 ---------
 
-In 1.2, :ref:`GeoDjango <ref-contrib-gis>` was upgraded to provide
-support for multiple spatial databases.  As a result, the following 
-:ref:`spatial database backends <spatial-backends>`
+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:
 
 * :mod:`django.contrib.gis.db.backends.postgis`
@@ -914,9 +914,9 @@
 The :ref:`GEOS interface <ref-geos>` was updated to use
 thread-safe C library functions when available on the platform.
 
-The :ref:`GDAL interface <ref-gdal>` now allows the user to place
+The :ref:`GDAL interface <ref-gdal>` 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 <ref-contrib-gis>` is now

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to