diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-17 15:55:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-17 15:58:10 -0500 |
| commit | f436c82637dafa3a9abbd65a3be77bf7ad431213 (patch) | |
| tree | c9f4a93c88fe1d1658f94a710edb5369f94a4586 /docs/releases/2.1.txt | |
| parent | 2fd21a18584dc62cfad65cc112465ce68db5561a (diff) | |
Doc'd purpose of "Database backend API" backwards incompatible changes section.
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
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`. |
