On Tue, Oct 20, 2015 at 1:18 PM, Shai Berger <[email protected]> wrote: > On second thought, I take that back. > > As is evident from the discussion Jon cited[1], the --exit flag was intended > to > be used as Marc's --check. Jon is basically correct in his analysis, and I > think the root issue is that "--exit" is just a bad name for "--check". > > [1] https://groups.google.com/d/topic/django-developers/I3M6B-wYYd8/discussion
How would you feel about putting "--exit" on a deprecation path and replacing it with a "--check" flag? The "--check" flag would return 0 if no migrations are missing and non-zero if they are missing. Cheers, Jon -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CADhq2b79dkVyXPhzVYieSjo%2BTQWs%3DhixqYRpAv539B1YzM3q7g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
