I guess we could allow an "__all__" or "all" sentinel to mean _all apps_ 
like we use "zero" to revert the initial migration.

Le mardi 28 avril 2020 12:16:23 UTC-4, Javier Buzzi a écrit :
>
> And then do?
>
> $ ./manage.py squashmigrations --crossapp=$(find . -name apps.py | sed 
> 's|/apps.py$||; s|^./||; s|/|.|g' | xargs printf '%s,')
>
> We have 54 apps currently.. more to come. I'm sure there are projects out 
> there with more, this can get frighting, specially for windows users -- not 
> sure what the equivalent powershell/batch command is -- do they have 
> limitations in terms of command length? Perhaps I'm only looking at this 
> from my narrow point of view where we squash constantly, every app after 
> each release, maybe this is not for everyone. If you guys think this is the 
> way to go, let's do that then.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/9c10cb75-7949-4005-955b-e7eaa24dc5d2%40googlegroups.com.

Reply via email to