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
b4bdd526
Kaydet (Commit)
b4bdd526
authored
Ara 31, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #23366 -- Fixed a crash with the migrate --list command.
üst
46068d85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
showmigrations.py
django/core/management/commands/showmigrations.py
+1
-1
1.7.2.txt
docs/releases/1.7.2.txt
+3
-0
No files found.
django/core/management/commands/showmigrations.py
Dosyayı görüntüle @
b4bdd526
...
@@ -41,7 +41,7 @@ class Command(BaseCommand):
...
@@ -41,7 +41,7 @@ class Command(BaseCommand):
some named apps.
some named apps.
"""
"""
# Load migrations from disk/DB
# Load migrations from disk/DB
loader
=
MigrationLoader
(
connection
)
loader
=
MigrationLoader
(
connection
,
ignore_no_migrations
=
True
)
graph
=
loader
.
graph
graph
=
loader
.
graph
# If we were passed a list of apps, validate it
# If we were passed a list of apps, validate it
if
app_names
:
if
app_names
:
...
...
docs/releases/1.7.2.txt
Dosyayı görüntüle @
b4bdd526
...
@@ -189,3 +189,6 @@ Bugfixes
...
@@ -189,3 +189,6 @@ Bugfixes
* Fixed crash when ``ValidationError`` is initialized with a ``ValidationError``
* Fixed crash when ``ValidationError`` is initialized with a ``ValidationError``
that is initialized with a dictionary (:ticket:`24008`).
that is initialized with a dictionary (:ticket:`24008`).
* Prevented a crash on apps without migrations when running ``migrate --list``
(:ticket:`23366`).
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