From bc91f27a86090b4c688b56cd4e37f95eebe6e969 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 10 Jun 2019 13:56:50 +0200 Subject: Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. This is currently not actively used, since the ORM will ask the SQL compiler to only return auto fields. --- docs/releases/3.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index c7f1a4e78b..6c25f79d7b 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -353,6 +353,9 @@ backends. :class:`~django.db.models.DateTimeField` in ``datetime_cast_date_sql()``, ``datetime_extract_sql()``, etc. +* ``DatabaseOperations.return_insert_id()`` now requires an additional + ``field`` argument with the model field. + :mod:`django.contrib.admin` --------------------------- -- cgit v1.3