diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.1.txt | 4 |
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` ------------------------- |
