Kaydet (Commit) f436c826 authored tarafından Tim Graham's avatar Tim Graham

Doc'd purpose of "Database backend API" backwards incompatible changes section.

üst 2fd21a18
...@@ -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`.
......
...@@ -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``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment