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
388c6038
Kaydet (Commit)
388c6038
authored
Eki 29, 2014
tarafından
P.A. SCHEMBRI
Kaydeden (comit)
Tim Graham
Eki 29, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added cross reference in admin docs to topic about saving objects in formsets.
üst
5c9c1e02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.txt
docs/ref/contrib/admin/index.txt
+3
-1
No files found.
docs/ref/contrib/admin/index.txt
Dosyayı görüntüle @
388c6038
...
...
@@ -1276,7 +1276,7 @@ templates used by the :class:`ModelAdmin` views:
``ModelForm`` instance and a boolean value based on whether it is adding or
changing the parent object.
For example to attach ``request.user`` to each changed formset
For example
,
to attach ``request.user`` to each changed formset
model instance::
class ArticleAdmin(admin.ModelAdmin):
...
...
@@ -1287,6 +1287,8 @@ templates used by the :class:`ModelAdmin` views:
instance.save()
formset.save_m2m()
See also :ref:`saving-objects-in-the-formset`.
.. method:: ModelAdmin.get_ordering(request)
The ``get_ordering`` method takes a``request`` as parameter and
...
...
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