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
abd723c6
Kaydet (Commit)
abd723c6
authored
Agu 11, 2017
tarafından
Tim Graham
Kaydeden (comit)
GitHub
Agu 11, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0.
üst
0ec134e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
install.txt
docs/faq/install.txt
+2
-1
1.11.txt
docs/releases/1.11.txt
+1
-1
2.0.txt
docs/releases/2.0.txt
+9
-3
No files found.
docs/faq/install.txt
Dosyayı görüntüle @
abd723c6
...
...
@@ -49,7 +49,8 @@ Django version Python versions
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
1.9, 1.10 2.7, 3.4, 3.5
1.11 2.7, 3.4, 3.5, 3.6
2.0 3.5+
2.0 3.4, 3.5, 3.6
2.1 3.5, 3.6, 3.7
============== ===============
For each version of Python, only the latest micro release (A.B.C) is officially
...
...
docs/releases/1.11.txt
Dosyayı görüntüle @
abd723c6
...
...
@@ -27,7 +27,7 @@ release to support Python 3.6. We **highly recommend** and only officially
support the latest release of each series.
The Django 1.11.x series is the last to support Python 2. The next major
release, Django 2.0, will only support Python 3.
5
+.
release, Django 2.0, will only support Python 3.
4
+.
Deprecating warnings are no longer loud by default
==================================================
...
...
docs/releases/2.0.txt
Dosyayı görüntüle @
abd723c6
...
...
@@ -17,9 +17,15 @@ project.
Python compatibility
====================
Django 2.0 supports Python 3.5+. Since Django 1.11, support for Python 2.7 and
3.4 is removed. We **highly recommend** and only officially support the latest
release of each series.
Django 2.0 supports Python 3.4, 3.5, and 3.6. We **highly recommend** and only
officially support the latest release of each series.
The Django 1.11.x series is the last to support Python 2.7.
Django 2.0 will be the last release series to support Python 3.4. If you plan
a deployment of Python 3.4 beyond the end-of-life for Django 2.0 (April 2019),
stick with Django 1.11 LTS (supported until April 2020) instead. Note, however,
that the end-of-life for Python 3.4 is March 2019.
Third-party library support for older version of Django
=======================================================
...
...
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