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
2fc5a5bf
Kaydet (Commit)
2fc5a5bf
authored
Eyl 03, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed stray versionadded/changed annotations for 1.10.
üst
2470756d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
fields.txt
docs/ref/forms/fields.txt
+0
-4
builtins.txt
docs/ref/templates/builtins.txt
+0
-10
No files found.
docs/ref/forms/fields.txt
Dosyayı görüntüle @
2fc5a5bf
...
...
@@ -96,10 +96,6 @@ Widgets of required form fields have the ``required`` HTML attribute. Set the
``required`` attribute isn't included on forms of formsets because the browser
validation may not be correct when adding and deleting formsets.
.. versionadded:: 1.10
Support for the ``required`` HTML attribute was added.
``label``
---------
...
...
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
2fc5a5bf
...
...
@@ -1468,11 +1468,6 @@ used. Assuming the same settings as the previous example::
outputs ``9 de Enero de 2008`` (the ``DATE_FORMAT`` format specifier for the
``es`` locale is ``r'j \d\e F \d\e Y'``.
.. versionchanged:: 1.10
In older versions, the :setting:`DATE_FORMAT` setting (without
localization) is always used when a format string isn't given.
You can combine ``date`` with the :tfilter:`time` filter to render a full
representation of a ``datetime`` value. E.g.::
...
...
@@ -2185,11 +2180,6 @@ is the same as::
{{ value|time:"TIME_FORMAT" }}
.. versionchanged:: 1.10
In older versions, the :setting:`TIME_FORMAT` setting (without
localization) is always used when a format string isn't given.
.. templatefilter:: timesince
``timesince``
...
...
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