Author: kmtracey Date: 2010-05-19 07:35:02 -0500 (Wed, 19 May 2010) New Revision: 13294
Modified: django/trunk/docs/releases/1.2.txt Log: Fixed #13566, a typo in the 1.2 release notes. Thanks johnthedebs. Modified: django/trunk/docs/releases/1.2.txt =================================================================== --- django/trunk/docs/releases/1.2.txt 2010-05-19 03:25:42 UTC (rev 13293) +++ django/trunk/docs/releases/1.2.txt 2010-05-19 12:35:02 UTC (rev 13294) @@ -342,7 +342,7 @@ and :meth:`~django.contrib.gis.db.models.GeoQuerySet.extent3d` ``GeoQuerySet`` method were added as a part of this feature. -The following :class:`~django.contrib.gis.db.models.GeoQeurySet` +The following :class:`~django.contrib.gis.db.models.GeoQuerySet` methods are new in 1.2: * :meth:`~django.contrib.gis.db.models.GeoQuerySet.force_rhr` -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
