mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed doc typos.
This commit is contained in:
parent
55fb162588
commit
7f2505ad9e
27 changed files with 38 additions and 38 deletions
|
@ -1102,7 +1102,7 @@ Aggregate Methods
|
|||
*Availability*: PostGIS
|
||||
|
||||
Returns a ``GEOMETRYCOLLECTION`` or a ``MULTI`` geometry object from the geometry
|
||||
column. This is analagous to a simplified version of the :meth:`GeoQuerySet.unionagg` method,
|
||||
column. This is analogous to a simplified version of the :meth:`GeoQuerySet.unionagg` method,
|
||||
except it can be several orders of magnitude faster than performing a union because
|
||||
it simply rolls up geometries into a collection or multi object, not caring about
|
||||
dissolving boundaries.
|
||||
|
|
|
@ -11,7 +11,7 @@ might also need additional libraries, see `PostGIS requirements`_.
|
|||
|
||||
.. note::
|
||||
|
||||
The `psycopg2`_ module is required for use as the database adaptor
|
||||
The `psycopg2`_ module is required for use as the database adapter
|
||||
when using GeoDjango with PostGIS.
|
||||
|
||||
.. _psycopg2: http://initd.org/psycopg/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue