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
a05d86a6
Kaydet (Commit)
a05d86a6
authored
Tem 21, 2016
tarafından
Tim Graham
Kaydeden (comit)
GitHub
Tem 21, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
üst
09d38746
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
signals.txt
docs/ref/signals.txt
+4
-4
No files found.
docs/ref/signals.txt
Dosyayı görüntüle @
a05d86a6
...
...
@@ -125,8 +125,8 @@ Arguments sent with this signal:
The database alias being used.
``update_fields``
The set of fields to update
explicitly specified in the ``save()`` method.
``None`` if this argument was not used in the ``save()`` call
.
The set of fields to update
as passed to :meth:`.Model.save`, or ``None``
if ``update_fields`` wasn't passed to ``save()``
.
``post_save``
-------------
...
...
@@ -158,8 +158,8 @@ Arguments sent with this signal:
The database alias being used.
``update_fields``
The set of fields to update
explicitly specified in the ``save()`` method.
``None`` if this argument was not used in the ``save()`` call
.
The set of fields to update
as passed to :meth:`.Model.save`, or ``None``
if ``update_fields`` wasn't passed to ``save()``
.
``pre_delete``
--------------
...
...
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