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
be8ccc26
Kaydet (Commit)
be8ccc26
authored
Agu 27, 2014
tarafından
Duncan Parkes
Kaydeden (comit)
Tim Graham
Eyl 01, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #23371 -- Changed en_GB first day of the week to Monday.
üst
ab9c8864
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
formats.py
django/conf/locale/en_GB/formats.py
+1
-1
1.8.txt
docs/releases/1.8.txt
+3
-0
No files found.
django/conf/locale/en_GB/formats.py
Dosyayı görüntüle @
be8ccc26
...
...
@@ -12,7 +12,7 @@ YEAR_MONTH_FORMAT = 'F Y' # 'October 2006'
MONTH_DAY_FORMAT
=
'j F'
# '25 October'
SHORT_DATE_FORMAT
=
'd/m/Y'
# '25/10/2006'
SHORT_DATETIME_FORMAT
=
'd/m/Y P'
# '25/10/2006 2:30 pm'
FIRST_DAY_OF_WEEK
=
0
# Su
nday
FIRST_DAY_OF_WEEK
=
1
# Mo
nday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior
...
...
docs/releases/1.8.txt
Dosyayı görüntüle @
be8ccc26
...
...
@@ -533,6 +533,9 @@ Miscellaneous
* When a dictionary setting is overridden in user settings, both dictionaries
are merged by default. See :ref:`dictionary-settings`.
* For consistency with other major vendors, the ``en_GB`` locale now has Monday
as the first day of the week.
.. _deprecated-features-1.8:
Features deprecated in 1.8
...
...
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