diff options
Diffstat (limited to 'docs')
| -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`. |
