mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
This commit is contained in:
committed by
Tim Graham
parent
7d8d630e37
commit
9d93dff333
@@ -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`
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user