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
f436c826
Kaydet (Commit)
f436c826
authored
Kas 17, 2018
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Doc'd purpose of "Database backend API" backwards incompatible changes section.
üst
2fd21a18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
2.1.txt
docs/releases/2.1.txt
+3
-0
2.2.txt
docs/releases/2.2.txt
+3
-0
No files found.
docs/releases/2.1.txt
Dosyayı görüntüle @
f436c826
...
@@ -236,6 +236,9 @@ Backwards incompatible changes in 2.1
...
@@ -236,6 +236,9 @@ Backwards incompatible changes in 2.1
Database backend API
Database backend API
--------------------
--------------------
This section describes changes that may be needed in third-party database
backends.
* To adhere to :pep:`249`, exceptions where a database doesn't support a
* To adhere to :pep:`249`, exceptions where a database doesn't support a
feature are changed from :exc:`NotImplementedError` to
feature are changed from :exc:`NotImplementedError` to
:exc:`django.db.NotSupportedError`.
:exc:`django.db.NotSupportedError`.
...
...
docs/releases/2.2.txt
Dosyayı görüntüle @
f436c826
...
@@ -280,6 +280,9 @@ Backwards incompatible changes in 2.2
...
@@ -280,6 +280,9 @@ Backwards incompatible changes in 2.2
Database backend API
Database backend API
--------------------
--------------------
This section describes changes that may be needed in third-party database
backends.
* Third-party database backends must implement support for table check
* Third-party database backends must implement support for table check
constraints or set ``DatabaseFeatures.supports_table_check_constraints`` to
constraints or set ``DatabaseFeatures.supports_table_check_constraints`` to
``False``.
``False``.
...
...
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