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
b5b63079
Kaydet (Commit)
b5b63079
authored
May 16, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #19712 - Clarified admindocs regarding which attributes appear.
Thanks Daniele Procida for the report.
üst
0a29057e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
admindocs.txt
docs/ref/contrib/admin/admindocs.txt
+4
-3
No files found.
docs/ref/contrib/admin/admindocs.txt
Dosyayı görüntüle @
b5b63079
...
@@ -57,9 +57,10 @@ Model reference
...
@@ -57,9 +57,10 @@ Model reference
===============
===============
The **models** section of the ``admindocs`` page describes each model in the
The **models** section of the ``admindocs`` page describes each model in the
system along with all the fields and methods available on it. Relationships to
system along with all the fields and methods (without any arguments) available
other models appear as hyperlinks. Descriptions are pulled from ``help_text``
on it. While model properties don't have any arguments, they are not listed.
attributes on fields or from docstrings on model methods.
Relationships to other models appear as hyperlinks. Descriptions are pulled
from ``help_text`` attributes on fields or from docstrings on model methods.
A model with useful documentation might look like this::
A model with useful documentation might look like this::
...
...
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