mirror of https://github.com/django/django.git
[2.1.x] Doc'd purpose of "Database backend API" backwards incompatible changes section.
Backport of f436c82637
from master.
This commit is contained in:
parent
b94279dd26
commit
ab2b86c124
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue