diff options
| author | Ian Foote <python@ian.feete.org> | 2022-01-25 19:14:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-25 20:14:24 +0100 |
| commit | a93a1ba347be9744e8492dd8288f18b3831caa02 (patch) | |
| tree | 4ccd2d5ed18b1b93551d699e3d860dd42253547d | |
| parent | 890bfa368c33d6ae19fe45cf1eed7e2e8d63160e (diff) | |
Fixed broken link to cx_Oracle docs.
| -rw-r--r-- | django/db/backends/oracle/operations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/oracle/operations.py b/django/db/backends/oracle/operations.py index c357c75351..a10973b6b7 100644 --- a/django/db/backends/oracle/operations.py +++ b/django/db/backends/oracle/operations.py @@ -295,7 +295,7 @@ END; ) if sql) def last_executed_query(self, cursor, sql, params): - # https://cx-oracle.readthedocs.io/en/latest/cursor.html#Cursor.statement + # https://cx-oracle.readthedocs.io/en/latest/api_manual/cursor.html#Cursor.statement # The DB API definition does not define this attribute. statement = cursor.statement # Unlike Psycopg's `query` and MySQLdb`'s `_executed`, cx_Oracle's |
