From 615e32162ff646db3456b90fb4eaaecc33dd3e4e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 30 Jun 2020 09:50:15 +0200 Subject: Fixed #31751 -- Fixed database introspection with cx_Oracle 8. --- docs/releases/3.0.8.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.8.txt b/docs/releases/3.0.8.txt index f23208f9ae..d702d75764 100644 --- a/docs/releases/3.0.8.txt +++ b/docs/releases/3.0.8.txt @@ -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`). -- cgit v1.3