diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-30 09:50:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 09:50:15 +0200 |
| commit | 615e32162ff646db3456b90fb4eaaecc33dd3e4e (patch) | |
| tree | e9798236fefd04963aa90e603b26ae46652524eb /docs | |
| parent | a93425a37f4defdb31d4ca96bb3bf6da21f0b5ce (diff) | |
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.8.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`). |
