diff options
| author | Florian Apolloner <apollo13@users.noreply.github.com> | 2017-06-06 17:08:40 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-06 11:08:40 -0400 |
| commit | 823d73be3ee16b35d5e4a94ce7b907efc36dbd32 (patch) | |
| tree | 11d30d63555155bfc799699a143bacfd6f6a6640 /docs | |
| parent | 5e9f7f1e1c15804b761a0adfa523d53531ef5635 (diff) | |
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
