diff options
| author | Calvin DeBoer <cdeboer@horizoninvestments.com> | 2018-05-19 11:38:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-03 15:22:42 -0400 |
| commit | 058d33f3eddef950e4266ea942d39b1df95ee5de (patch) | |
| tree | 2fa903a5f7048153a0e78696a1dda71a2a04a363 /docs/releases | |
| parent | 1160a975968f86953a6c4405b772eb86283c5a4a (diff) | |
Fixed #29198 -- Added migrate --plan option.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 13dac6bfec..742bc893e5 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -175,7 +175,8 @@ Management Commands Migrations ~~~~~~~~~~ -* ... +* The new :option:`migrate --plan` option prints the list of migration + operations that will be performed. Models ~~~~~~ |
