mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
This commit is contained in:
parent
a93425a37f
commit
615e32162f
4 changed files with 48 additions and 18 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue