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
2f43229c
Kaydet (Commit)
2f43229c
authored
May 19, 2014
tarafından
Moayad Mardini
Kaydeden (comit)
Tim Graham
May 19, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #22655 -- Fixed GeoQuerySet doc about strictly_below
The paragraph was a copy of strictly_above.
üst
1a69d276
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
geoquerysets.txt
docs/ref/contrib/gis/geoquerysets.txt
+3
-3
No files found.
docs/ref/contrib/gis/geoquerysets.txt
Dosyayı görüntüle @
2f43229c
...
...
@@ -492,16 +492,16 @@ strictly_below
*Availability*: PostGIS
Tests if the geometry field's bounding box is strictly
above
the lookup
Tests if the geometry field's bounding box is strictly
below
the lookup
geometry's bounding box.
Example::
Zipcode.objects.filter(poly__strictly_
above
=geom)
Zipcode.objects.filter(poly__strictly_
below
=geom)
PostGIS equivalent::
SELECT ... WHERE poly
|>>
geom
SELECT ... WHERE poly
<<|
geom
.. _distance-lookups:
...
...
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