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
0a515b02
Kaydet (Commit)
0a515b02
authored
Haz 09, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[1.7.x] Fixed flake8 errors.
Backport of
4b25ebf1
from master
üst
a11ed8dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
creation.py
django/db/backends/creation.py
+1
-0
testcases.py
django/test/testcases.py
+0
-1
No files found.
django/db/backends/creation.py
Dosyayı görüntüle @
0a515b02
...
...
@@ -412,6 +412,7 @@ class BaseDatabaseCreation(object):
app_config
.
name
not
in
settings
.
TEST_NON_SERIALIZED_APPS
):
app_list
.
append
((
app_config
,
None
))
# Make a function to iteratively return every object
def
get_objects
():
for
model
in
sort_dependencies
(
app_list
):
...
...
django/test/testcases.py
Dosyayı görüntüle @
0a515b02
...
...
@@ -842,7 +842,6 @@ class TransactionTestCase(SimpleTestCase):
allow_cascade
=
self
.
available_apps
is
not
None
,
inhibit_post_migrate
=
self
.
available_apps
is
not
None
)
def
assertQuerysetEqual
(
self
,
qs
,
values
,
transform
=
repr
,
ordered
=
True
,
msg
=
None
):
items
=
six
.
moves
.
map
(
transform
,
qs
)
if
not
ordered
:
...
...
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