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
7cdc2015
Kaydet (Commit)
7cdc2015
authored
Eki 19, 2016
tarafından
Thomas Güttler
Kaydeden (comit)
Tim Graham
Eki 26, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarified when the post_migrate signal is sent during migrate.
üst
f3ea0c4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
signals.txt
docs/ref/signals.txt
+5
-5
No files found.
docs/ref/signals.txt
Dosyayı görüntüle @
7cdc2015
...
...
@@ -429,13 +429,13 @@ Arguments sent with this signal:
.. data:: django.db.models.signals.post_migrate
:module:
Sent
by the :djadmin:`migrate` command after it installs an application, and the
:djadmin:`flush` command. It's not emitted for applications that lack a
Sent
at the end of the :djadmin:`migrate` (even if no migrations are run) and
:djadmin:`flush` command
s
. It's not emitted for applications that lack a
``models`` module.
It is important that handlers of this signal perform idempotent changes (e.g.
no database alterations) as this may cause the :djadmin:`flush` management
command to fail if it also ran during the
:djadmin:`migrate` command.
Handlers of this signal must not perform database schema alterations as doing
so may cause the :djadmin:`flush` command to fail if it runs during the
:djadmin:`migrate` command.
Arguments sent with this signal:
...
...
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