From 823d73be3ee16b35d5e4a94ce7b907efc36dbd32 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 6 Jun 2017 17:08:40 +0200 Subject: Fixed #28275 -- Added more hooks to SchemaEditor._alter_field(). --- docs/releases/2.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 9c0f960d35..6c966c2d1b 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -289,6 +289,9 @@ Database backend API attribute with the name of the database that your backend works with. Django may use it in various messages, such as in system checks. +* The first argument of ``SchemaEditor._alter_column_type_sql()`` is now + ``model`` rather than ``table``. + * To improve performance when streaming large result sets from the database, :meth:`.QuerySet.iterator` now fetches 2000 rows at a time instead of 100. The old behavior can be restored using the ``chunk_size`` parameter. For -- cgit v1.3