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
dbe2fb63
Kaydet (Commit)
dbe2fb63
authored
Ara 24, 2013
tarafından
Alex Gaynor
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added a missing import and removed an unneeded import
üst
828c9be4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
prepared.py
django/contrib/gis/geos/prepared.py
+1
-0
tests.py
tests/swappable_models/tests.py
+0
-1
No files found.
django/contrib/gis/geos/prepared.py
Dosyayı görüntüle @
dbe2fb63
from
.base
import
GEOSBase
from
.error
import
GEOSException
from
.geometry
import
GEOSGeometry
from
.libgeos
import
geos_version_info
from
.prototypes
import
prepared
as
capi
...
...
tests/swappable_models/tests.py
Dosyayı görüntüle @
dbe2fb63
...
...
@@ -2,7 +2,6 @@ from __future__ import unicode_literals
from
django.utils.six
import
StringIO
from
django.apps
import
apps
from
django.contrib.auth.models
import
Permission
from
django.contrib.contenttypes.models
import
ContentType
from
django.core
import
management
...
...
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