summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2017-04-01 14:00:47 -0400
committerSimon Charette <charette.s@gmail.com>2017-06-20 22:59:22 -0400
commitea91ad4c131816fd0ea8d5f1bfb21b7abd82b47e (patch)
tree2c3ced0c291d19b630c528878a3b740c9b68af23 /docs
parentad524980ac9644d5d40c2c79af3c183f4351841e (diff)
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 5170e66cbe..37bfb48d89 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -321,6 +321,9 @@ backends.
* The first argument of ``SchemaEditor._alter_column_type_sql()`` is now
``model`` rather than ``table``.
+* The first argument of ``SchemaEditor._create_index_name()`` is now
+ ``table_name`` rather than ``model``.
+
Dropped support for Oracle 11.2
-------------------------------