Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
2b31f14d
Kaydet (Commit)
2b31f14d
authored
Şub 29, 2016
tarafından
Akshesh
Kaydeden (comit)
Tim Graham
Mar 21, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed grammatical typos in gis docs.
üst
6dd50385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
geoquerysets.txt
docs/ref/contrib/gis/geoquerysets.txt
+2
-5
index.txt
docs/ref/contrib/gis/install/index.txt
+1
-1
No files found.
docs/ref/contrib/gis/geoquerysets.txt
Dosyayı görüntüle @
2b31f14d
...
@@ -11,10 +11,7 @@ GeoQuerySet API Reference
...
@@ -11,10 +11,7 @@ GeoQuerySet API Reference
Spatial Lookups
Spatial Lookups
===============
===============
Just like when using the :ref:`queryset-api`, interaction
The spatial lookups in this section are available for :class:`GeometryField`.
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`.
For an introduction, see the :ref:`spatial lookups introduction
For an introduction, see the :ref:`spatial lookups introduction
<spatial-lookups-intro>`. For an overview of what lookups are
<spatial-lookups-intro>`. For an overview of what lookups are
...
@@ -294,7 +291,7 @@ SpatiaLite SQL equivalent::
...
@@ -294,7 +291,7 @@ SpatiaLite SQL equivalent::
Oracle
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``,
strings: ``TOUCH``, ``OVERLAPBDYDISJOINT``, ``OVERLAPBDYINTERSECT``,
``EQUAL``, ``INSIDE``, ``COVEREDBY``, ``CONTAINS``, ``COVERS``, ``ON``, and
``EQUAL``, ``INSIDE``, ``COVEREDBY``, ``CONTAINS``, ``COVERS``, ``ON``, and
``ANYINTERACT``. Multiple strings may be combined with the logical Boolean
``ANYINTERACT``. Multiple strings may be combined with the logical Boolean
...
...
docs/ref/contrib/gis/install/index.txt
Dosyayı görüntüle @
2b31f14d
...
@@ -94,7 +94,7 @@ Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS`
...
@@ -94,7 +94,7 @@ Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS`
Like other Django contrib applications, you will *only* need to add
Like other Django contrib applications, you will *only* need to add
:mod:`django.contrib.gis` to :setting:`INSTALLED_APPS` in your settings.
: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.
features such as the geographic admin or KML sitemaps will not function properly.
Troubleshooting
Troubleshooting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment