Re: Fate of sql* management commands

2015-03-29 Thread Andrew Godwin
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

Re: Fate of sql* management commands

2015-03-29 Thread Russell Keith-Magee
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)

Fate of sql* management commands

2015-03-29 Thread Pkl
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