summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-11-17 15:55:41 -0500
committerTim Graham <timograham@gmail.com>2018-11-17 16:04:59 -0500
commitab2b86c1242896419c7f628360af766fe6bce27c (patch)
tree907904d72d9bf533e0f7ed0b3ef01f560acfe7b9 /docs
parentb94279dd26284f9b7d222fe269fc7fdbf638b22a (diff)
[2.1.x] Doc'd purpose of "Database backend API" backwards incompatible changes section.
Backport of f436c82637dafa3a9abbd65a3be77bf7ad431213 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 5c4b795c02..ffd1c43572 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -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`.