Robert Lechte
Robert Lechte
Apologies if I've missed this in the docs but what are my options for calling plain old python functions directly from the templates? Is this easy/possible? The equivalent of something...
I'm opinionated about the fact that `migra` should be a pure diff tool, and shouldn't impose a particular workflow on database operations. Nevertheless, there are common pieces of code that...
This would be nice, but a lot of work and entirely new functionality. `migra`'s main purpose is generating schema migration scripts, which don't need all content diffed, so this functionality...
As per discussion in https://github.com/djrobstep/migra/issues/25, it would be good to add a flag similar to the `--schema` flag, but you specify a list of object names. Only output relating to...
### Subject While using requests, I noticed that passing `chunk_size=None` into iter_content returns the entire response when it should yield the streamed data as it arrives. I've tracked this down...
For example, enums as per #206
As requested in issues such as #213, add configurability for renaming.