I must also point out that the sqlmigrate command will still get you SQL
from migrations, though it sadly lacks the ability to take a range of
migrations, optimise them down, and output the SQL for _that_ - that's
probably the best thing for us to aim towards, and will almost entirely
recreate the
On Mon, Mar 30, 2015 at 1:36 AM, Pkl wrote:
> Hello all,
>
> I've noticed that all sql* commands that were in django core management
> have disappeared from the latest sources.
>
> However, even though Django now has builtin south-style migrations now,
> these *sql** commands (especially sql-all)
Hello all,
I've noticed that all sql* commands that were in django core management
have disappeared from the latest sources.
However, even though Django now has builtin south-style migrations now,
these *sql** commands (especially sql-all) were priceless to debug
differences between the models