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
dfa3505f
Kaydet (Commit)
dfa3505f
authored
Haz 12, 2014
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #22813 -- Updated Pillow URL in documentation
üst
43372fc7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fields.txt
docs/ref/forms/fields.txt
+1
-1
fields.txt
docs/ref/models/fields.txt
+1
-1
No files found.
docs/ref/forms/fields.txt
Dosyayı görüntüle @
dfa3505f
...
@@ -649,7 +649,7 @@ For each field, we describe the default widget used if you don't specify
...
@@ -649,7 +649,7 @@ For each field, we describe the default widget used if you don't specify
When you use an ``ImageField`` on a form, you must also remember to
When you use an ``ImageField`` on a form, you must also remember to
:ref:`bind the file data to the form <binding-uploaded-files>`.
:ref:`bind the file data to the form <binding-uploaded-files>`.
.. _Pillow: http://p
ython-imaging.github.io/Pillow
/
.. _Pillow: http://p
illow.readthedocs.org/en/latest
/
``IntegerField``
``IntegerField``
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
...
...
docs/ref/models/fields.txt
Dosyayı görüntüle @
dfa3505f
...
@@ -842,7 +842,7 @@ optional arguments:
...
@@ -842,7 +842,7 @@ optional arguments:
Requires the `Pillow`_ library.
Requires the `Pillow`_ library.
.. _Pillow: http://p
ython-imaging.github.io/Pillow
/
.. _Pillow: http://p
illow.readthedocs.org/en/latest
/
By default, :class:`ImageField` instances are created as ``varchar(100)``
By default, :class:`ImageField` instances are created as ``varchar(100)``
columns in your database. As with other fields, you can change the maximum
columns in your database. As with other fields, you can change the maximum
...
...
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