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
1160a975
Kaydet (Commit)
1160a975
authored
Agu 03, 2018
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
üst
2e06ff8e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
databases.txt
docs/ref/databases.txt
+2
-0
2.1.txt
docs/releases/2.1.txt
+2
-0
No files found.
docs/ref/databases.txt
Dosyayı görüntüle @
1160a975
...
@@ -627,6 +627,8 @@ appropriate typecasting.
...
@@ -627,6 +627,8 @@ appropriate typecasting.
SQLite notes
SQLite notes
============
============
Django supports SQLite 3.7.15 and later.
SQLite_ provides an excellent development alternative for applications that
SQLite_ provides an excellent development alternative for applications that
are predominantly read-only or require a smaller installation footprint. As
are predominantly read-only or require a smaller installation footprint. As
with all database servers, though, there are some differences that are
with all database servers, though, there are some differences that are
...
...
docs/releases/2.1.txt
Dosyayı görüntüle @
1160a975
...
@@ -340,6 +340,8 @@ Miscellaneous
...
@@ -340,6 +340,8 @@ Miscellaneous
* The minimum supported version of ``mysqlclient`` is increased from 1.3.3 to
* The minimum supported version of ``mysqlclient`` is increased from 1.3.3 to
1.3.7.
1.3.7.
* Support for SQLite < 3.7.15 is removed.
* The date format of ``Set-Cookie``'s ``Expires`` directive is changed to
* The date format of ``Set-Cookie``'s ``Expires`` directive is changed to
follow :rfc:`7231#section-7.1.1.1` instead of Netscape's cookie standard.
follow :rfc:`7231#section-7.1.1.1` instead of Netscape's cookie standard.
Hyphens present in dates like ``Tue, 25-Dec-2018 22:26:13 GMT`` are removed.
Hyphens present in dates like ``Tue, 25-Dec-2018 22:26:13 GMT`` are removed.
...
...
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