Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

This commit is contained in:
Mariusz Felisiak 2020-06-30 09:50:15 +02:00 committed by GitHub
parent a93425a37f
commit 615e32162f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 18 deletions

View file

@ -22,3 +22,5 @@ Bugfixes
* Fixed a regression in Django 3.0.2 that caused a migration crash on
PostgreSQL when adding a foreign key to a model with a namespaced
``db_table`` (:ticket:`31735`).
* Added compatibility for ``cx_Oracle`` 8 (:ticket:`31751`).