diff options
| author | Akshesh <aksheshdoshi@gmail.com> | 2016-02-29 16:17:14 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-21 11:14:04 -0400 |
| commit | 2b31f14d89cb144fad10389824828e90fd1a2dcc (patch) | |
| tree | aa413cde9d0d7336701da4001f8f823d856676e6 /docs | |
| parent | 6dd503851c91197364f7c7b915cabb604fadb755 (diff) | |
Fixed grammatical typos in gis docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 7 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 2221d09ede..ed142d72b8 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -11,10 +11,7 @@ GeoQuerySet API Reference Spatial Lookups =============== -Just like when using the :ref:`queryset-api`, interaction -with ``GeoQuerySet`` by :ref:`chaining filters <chaining-filters>`. -Instead of the regular Django :ref:`field-lookups`, the -spatial lookups in this section are available for :class:`GeometryField`. +The spatial lookups in this section are available for :class:`GeometryField`. For an introduction, see the :ref:`spatial lookups introduction <spatial-lookups-intro>`. For an overview of what lookups are @@ -294,7 +291,7 @@ SpatiaLite SQL equivalent:: Oracle ~~~~~~ -Here the relation pattern is comprised at least one of the nine relation +Here the relation pattern is comprised of at least one of the nine relation strings: ``TOUCH``, ``OVERLAPBDYDISJOINT``, ``OVERLAPBDYINTERSECT``, ``EQUAL``, ``INSIDE``, ``COVEREDBY``, ``CONTAINS``, ``COVERS``, ``ON``, and ``ANYINTERACT``. Multiple strings may be combined with the logical Boolean diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index fb751dc1a9..19f0f25432 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -94,7 +94,7 @@ Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS` Like other Django contrib applications, you will *only* need to add :mod:`django.contrib.gis` to :setting:`INSTALLED_APPS` in your settings. -This is the so that ``gis`` templates can be located -- if not done, then +This is so that the ``gis`` templates can be located -- if not done, then features such as the geographic admin or KML sitemaps will not function properly. Troubleshooting |
