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
64f9776b
Kaydet (Commit)
64f9776b
authored
Ara 24, 2018
tarafından
Simon Charette
Kaydeden (comit)
Tim Graham
Ara 24, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #29004 -- Prevented inspectdb tests from flushing all tables data.
This is a costly operation on most database backends.
üst
f6d8b0c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests.py
tests/inspectdb/tests.py
+1
-1
No files found.
tests/inspectdb/tests.py
Dosyayı görüntüle @
64f9776b
...
...
@@ -285,7 +285,7 @@ class InspectDBTestCase(TestCase):
class
InspectDBTransactionalTests
(
TransactionTestCase
):
available_apps
=
None
available_apps
=
[
'inspectdb'
]
def
test_include_views
(
self
):
"""inspectdb --include-views creates models for database views."""
...
...
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