Hello,

This sounds interesting.

You should think a bit about backwards compatibility because there's a good 
chance that some users are calling django-admin showmigrations in scripts or 
tools. I don't think this is a blocker for changing the output format. However 
you should plan to minimize disruption, perhaps by showing this information 
only a verbosity level higher than the default.

Best regards,

-- 
Aymeric.



> On 3 Feb 2019, at 18:28, Tim Schilling <schilling...@gmail.com> wrote:
> 
> My idea is to add the applied datetime value to the showmigrations command.
> 
> I've run into the case where I'm working on a branch that involves a number 
> of migrations across various apps, but then have to switch to a different 
> branch which has different migrations. It can be troublesome to determine 
> which migrations are new and need to be rolled back. I've recently started 
> looking at the django_migrations table sorted on the applied column to 
> determine which I've run recently. This would make switching between branches 
> involving conflicting migrations easier.
> 
> Thanks,
> Tim
> 
> -- 
> 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 
> <mailto:django-developers+unsubscr...@googlegroups.com>.
> To post to this group, send email to django-developers@googlegroups.com 
> <mailto:django-developers@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-developers 
> <https://groups.google.com/group/django-developers>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-developers/77e70de0-6418-4294-9135-a30a8a6b4b33%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-developers/77e70de0-6418-4294-9135-a30a8a6b4b33%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/835B3F0F-88C5-42E7-9457-5028BA333D98%40polytechnique.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to