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
60c38c1a
Kaydet (Commit)
60c38c1a
authored
Eyl 08, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #23281 -- Added "concrete model" to glossary.
Thanks knowledgepoint-devs for the suggestion.
üst
4680d25d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
glossary.txt
docs/glossary.txt
+4
-0
fields.txt
docs/ref/models/fields.txt
+3
-3
No files found.
docs/glossary.txt
Dosyayı görüntüle @
60c38c1a
...
...
@@ -6,6 +6,10 @@ Glossary
.. glossary::
concrete model
A non-abstract (:attr:`abstract=False
<django.db.models.Options.abstract>`) model.
field
An attribute on a :term:`model`; a given field usually maps directly to
a single database column.
...
...
docs/ref/models/fields.txt
Dosyayı görüntüle @
60c38c1a
...
...
@@ -1522,7 +1522,7 @@ accepted by :class:`ForeignKey`, plus one extra argument:
.. attribute:: OneToOneField.parent_link
When ``True`` and used in a model which inherits from another
(concrete) model
, indicates that this field should be used as the
:term:`concrete model`
, indicates that this field should be used as the
link back to the parent class, rather than the extra
``OneToOneField`` which would normally be implicitly created by
subclassing.
...
...
@@ -1631,7 +1631,7 @@ Field API reference
See :ref:`converting-values-to-python-objects` for usage.
.. note::
For performance reasons, ``from_db_value`` is not implemented as a
no-op on fields which do not require it (all Django fields).
Consequently you may not call ``super`` in your definition.
...
...
@@ -1690,7 +1690,7 @@ Field API reference
Fields often receive their values as a different type, either from
serialization or from forms.
.. method:: to_python(value)
Converts the value into the correct Python object. It acts as the
...
...
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