mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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.
This commit is contained in:
parent
8952757698
commit
a1487deebf
7 changed files with 314 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue