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
135a9e4f
Kaydet (Commit)
135a9e4f
authored
Eyl 23, 2015
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added some more links in form field docs
üst
8e8c0792
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
fields.txt
docs/ref/forms/fields.txt
+6
-5
No files found.
docs/ref/forms/fields.txt
Dosyayı görüntüle @
135a9e4f
...
...
@@ -790,7 +790,7 @@ For each field, we describe the default widget used if you don't specify
The ``invalid_choice`` error message may contain ``%(value)s``, which will be
replaced with the selected choice.
Takes one extra required argument, ``choices``, as for
``ChoiceField`
`.
Takes one extra required argument, ``choices``, as for
:class:`ChoiceField
`.
``TypedMultipleChoiceField``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -811,7 +811,8 @@ For each field, we describe the default widget used if you don't specify
The ``invalid_choice`` error message may contain ``%(value)s``, which will be
replaced with the selected choice.
Takes two extra arguments, ``coerce`` and ``empty_value``, as for ``TypedChoiceField``.
Takes two extra arguments, ``coerce`` and ``empty_value``, as for
:class:`TypedChoiceField`.
``NullBooleanField``
~~~~~~~~~~~~~~~~~~~~
...
...
@@ -843,7 +844,7 @@ For each field, we describe the default widget used if you don't specify
expression object.
Also takes ``max_length``, ``min_length``, and ``strip``, which work just
as they do for
``CharField`
`.
as they do for
:class:`CharField
`.
.. attribute:: strip
...
...
@@ -1076,7 +1077,7 @@ Slightly complex built-in ``Field`` classes
``datetime.date`` object.
If no ``input_date_formats`` argument is provided, the default input formats
for
``DateField`
` are used.
for
:class:`DateField
` are used.
.. attribute:: input_time_formats
...
...
@@ -1084,7 +1085,7 @@ Slightly complex built-in ``Field`` classes
``datetime.time`` object.
If no ``input_time_formats`` argument is provided, the default input formats
for
``TimeField`
` are used.
for
:class:`TimeField
` are used.
Fields which handle relationships
---------------------------------
...
...
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