You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when running the tests, the migrations are not displayed as they are applied. Instead, the first test waits until the migration is completed.
A way of showing the migrations as they are applied (just like the regular Django test suite does) will be useful.
This is related as well with issue #306, as it will be a good place to show errors in migrations.
tonysyu, kevin-brown, meteozond, dzen90, sewi2 and 2 more