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
be158e36
Kaydet (Commit)
be158e36
authored
Ock 10, 2015
tarafından
Markus Holtermann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #24110 -- Added a more descriptive release note and fixed a spelling mistake.
üst
fdc2cc94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
migration.py
django/db/migrations/migration.py
+1
-1
1.7.3.txt
docs/releases/1.7.3.txt
+2
-1
No files found.
django/db/migrations/migration.py
Dosyayı görüntüle @
be158e36
...
@@ -119,7 +119,7 @@ class Migration(object):
...
@@ -119,7 +119,7 @@ class Migration(object):
The backwards migration process consists of two phases:
The backwards migration process consists of two phases:
1. The intermediate states from right before the first until right
1. The intermediate states from right before the first until right
after the last opertion inside this migration are preserved.
after the last oper
a
tion inside this migration are preserved.
2. The operations are applied in reverse order using the states
2. The operations are applied in reverse order using the states
recorded in step 1.
recorded in step 1.
"""
"""
...
...
docs/releases/1.7.3.txt
Dosyayı görüntüle @
be158e36
...
@@ -27,4 +27,5 @@ Bugfixes
...
@@ -27,4 +27,5 @@ Bugfixes
* Added correct formats for Greek (``el``) (:ticket:`23967`).
* Added correct formats for Greek (``el``) (:ticket:`23967`).
* Fixed a migration crash when unapplying a migration (:ticket:`24110`).
* Fixed a migration crash when unapplying a migration where multiple operations
interact with the same model (:ticket:`24110`).
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