瀏覽代碼

Fixed broken link to cx_Oracle docs.

Ian Foote 3 年之前
父節點
當前提交
a93a1ba347
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      django/db/backends/oracle/operations.py

+ 1 - 1
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