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
c11a7b49
Kaydet (Commit)
c11a7b49
authored
Kas 14, 2018
tarafından
Asif Saifuddin Auvi
Kaydeden (comit)
Tim Graham
Kas 17, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of
2f7cd7f8
from master
üst
8deb0a8e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
install.txt
docs/faq/install.txt
+2
-2
1.11.17.txt
docs/releases/1.11.17.txt
+2
-1
1.11.txt
docs/releases/1.11.txt
+3
-3
setup.py
setup.py
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
docs/faq/install.txt
Dosyayı görüntüle @
c11a7b49
...
@@ -48,8 +48,8 @@ Django version Python versions
...
@@ -48,8 +48,8 @@ Django version Python versions
============== ===============
============== ===============
1.8 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5
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.9, 1.10 2.7, 3.4, 3.5
1.11 2.7, 3.4, 3.5, 3.6
1.11 2.7, 3.4, 3.5, 3.6
, 3.7 (added in 1.11.17)
2.0 3.4, 3.5, 3.6
2.0 3.4, 3.5, 3.6
, 3.7
2.1 3.5, 3.6, 3.7
2.1 3.5, 3.6, 3.7
============== ===============
============== ===============
...
...
docs/releases/1.11.17.txt
Dosyayı görüntüle @
c11a7b49
...
@@ -4,7 +4,8 @@ Django 1.11.17 release notes
...
@@ -4,7 +4,8 @@ Django 1.11.17 release notes
*Release date TBD*
*Release date TBD*
Django 1.11.17 fixes several bugs in 1.11.16.
Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
Python 3.7.
Bugfixes
Bugfixes
========
========
...
...
docs/releases/1.11.txt
Dosyayı görüntüle @
c11a7b49
...
@@ -22,9 +22,9 @@ for the previous LTS, Django 1.8, will end in April 2018.
...
@@ -22,9 +22,9 @@ for the previous LTS, Django 1.8, will end in April 2018.
Python compatibility
Python compatibility
====================
====================
Django 1.11 requires Python 2.7, 3.4, 3.5,
or 3.6. Django 1.11 is the first
Django 1.11 requires Python 2.7, 3.4, 3.5,
3.6, or 3.7 (as of 1.11.17). We
release to support Python 3.6. We **highly recommend** and only officially
**highly recommend** and only officially support the latest release of each
s
upport the latest release of each s
eries.
series.
The Django 1.11.x series is the last to support Python 2. The next major
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.4+.
release, Django 2.0, will only support Python 3.4+.
...
...
setup.py
Dosyayı görüntüle @
c11a7b49
...
@@ -67,6 +67,7 @@ setup(
...
@@ -67,6 +67,7 @@ setup(
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.6'
,
'Programming Language :: Python :: 3.7'
,
'Topic :: Internet :: WWW/HTTP'
,
'Topic :: Internet :: WWW/HTTP'
,
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
,
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
,
'Topic :: Internet :: WWW/HTTP :: WSGI'
,
'Topic :: Internet :: WWW/HTTP :: WSGI'
,
...
...
tox.ini
Dosyayı görüntüle @
c11a7b49
...
@@ -25,7 +25,7 @@ setenv =
...
@@ -25,7 +25,7 @@ setenv =
PYTHONDONTWRITEBYTECODE
=
1
PYTHONDONTWRITEBYTECODE
=
1
deps
=
deps
=
py{2,27}:
-rtests/requirements/py2.txt
py{2,27}:
-rtests/requirements/py2.txt
py{3,34,35,36}:
-rtests/requirements/py3.txt
py{3,34,35,36
,37
}:
-rtests/requirements/py3.txt
postgres:
-rtests/requirements/postgres.txt
postgres:
-rtests/requirements/postgres.txt
mysql:
-rtests/requirements/mysql.txt
mysql:
-rtests/requirements/mysql.txt
oracle:
-rtests/requirements/oracle.txt
oracle:
-rtests/requirements/oracle.txt
...
...
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