Hey folks,

A few weeks ago I opened a ticket 
(https://code.djangoproject.com/ticket/23359) to add the ability to show a 
migration plan similar as listing all migrations within a project 
(manage.py migrate --list). After some discussions on IRC and on the first 
pull request (https://github.com/django/django/pull/3116) we realized that 
there might even be more use cases, e.g. to output all migration files as a 
dot file to generate a graph 
(https://github.com/django/django/pull/3116#issuecomment-53565075). That's 
when I opened a second pull request that moves the existing "--list" and 
the new "--plan" option from the "migrate" command to a "showmigrations" 
command.

Any suggestions on which way I should follow, integrate in "manage.py 
migrate" (pull request 3116: https://github.com/django/django/pull/3116) or 
add a new dedicated command "manage.py showmigrations" (pull request 3153: 
https://github.com/django/django/pull/3153)?

/Markus

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f8bdabfc-f005-4e8e-b1d9-0b69dfdedd82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to