diff options
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index e6162a7fe4..21786d6d63 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -194,6 +194,10 @@ Management Commands * On Oracle, :djadmin:`dbshell` is wrapped with ``rlwrap``, if available. ``rlwrap`` provides a command history and editing of keyboard input. +* The new :option:`makemigrations --no-header` option avoids writing header + comments in generated migration file(s). This option is also available for + :djadmin:`squashmigrations`. + Migrations ~~~~~~~~~~ |
