diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-09-03 10:51:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 14:14:28 -0500 |
| commit | a1487deebff7bf27a4946a9f5ddd68154fa4834d (patch) | |
| tree | 709d13643a09ef0064ae8130483ac970ec5bcf08 /docs/internals | |
| parent | 89527576980ff14309990c152e5904ddd5ca3df7 (diff) | |
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Thanks to Collin Anderson, Tim Graham, Gabe Jackson, and Marc Tamlyn
for their input, ideas, and review.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8aa2c09c4d..70db0c0497 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -123,6 +123,8 @@ details on these changes. * Private attribute ``django.db.models.Field.related`` will be removed. +* The ``--list`` option of the ``migrate`` management command will be removed. + .. _deprecation-removed-in-1.9: 1.9 |
