summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
diff options
context:
space:
mode:
authorSimon Charette <charettes@users.noreply.github.com>2017-10-06 12:47:08 -0400
committerTim Graham <timograham@gmail.com>2017-10-06 12:47:08 -0400
commit9d93dff33338c90a55f7158fbbe0d82e88e13fa3 (patch)
treee82f2500e84877ddf0aa303a0756cf01cf8e6a1f /docs/releases/2.1.txt
parent7d8d630e37209eba672d5382cc2effe192ab2510 (diff)
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
Diffstat (limited to 'docs/releases/2.1.txt')
-rw-r--r--docs/releases/2.1.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 6a451bdd50..516f6163eb 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -198,7 +198,9 @@ Backwards incompatible changes in 2.1
Database backend API
--------------------
-* ...
+* To adhere to :pep:`249`, exceptions where a database doesn't support a
+ feature are changed from :exc:`NotImplementedError` to
+ :exc:`django.db.NotSupportedError`.
:mod:`django.contrib.gis`
-------------------------