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
05a9f3a0
Unverified
Kaydet (Commit)
05a9f3a0
authored
May 19, 2016
tarafından
Simon Charette
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #24100 -- Fixed a test failure on MySQL related to non-transactional DDL.
Thanks Tim for the report.
üst
a7ad473a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests.py
tests/migrate_signals/tests.py
+2
-2
No files found.
tests/migrate_signals/tests.py
Dosyayı görüntüle @
05a9f3a0
...
...
@@ -2,7 +2,7 @@ from django.apps import apps
from
django.core
import
management
from
django.db
import
migrations
from
django.db.models
import
signals
from
django.test
import
TestCase
,
override_settings
from
django.test
import
T
ransactionT
estCase
,
override_settings
from
django.utils
import
six
APP_CONFIG
=
apps
.
get_app_config
(
'migrate_signals'
)
...
...
@@ -57,7 +57,7 @@ pre_migrate_receiver = OneTimeReceiver(signals.pre_migrate)
post_migrate_receiver
=
OneTimeReceiver
(
signals
.
post_migrate
)
class
MigrateSignalTests
(
TestCase
):
class
MigrateSignalTests
(
T
ransactionT
estCase
):
available_apps
=
[
'migrate_signals'
]
...
...
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