Skip to content

Commit

Permalink
Doc'd purpose of "Database backend API" backwards incompatible change…
Browse files Browse the repository at this point in the history
…s section.
  • Loading branch information
timgraham committed Nov 17, 2018
1 parent 2fd21a1 commit f436c82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/releases/2.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ Backwards incompatible changes in 2.1
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
feature are changed from :exc:`NotImplementedError` to
:exc:`django.db.NotSupportedError`.
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ Backwards incompatible changes in 2.2
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
constraints or set ``DatabaseFeatures.supports_table_check_constraints`` to
``False``.
Expand Down

0 comments on commit f436c82

Please sign in to comment.