David Hughes
David Hughes
I think there are a lot of good ideas in this thread, and I've been looking into possible implementations. @sebastien, does the env-based implementation seem to make sense, and is...
Sounds good, I'll look forward to the update. In the meantime, my stab at the implementation is summarized in [this gist](https://gist.github.com/3151356).
The update looks good - in hindsight, I guess it isn't necessary to have a stack for modes, since each context manager just has to hold on to the oldMode...
My bad, env.sudo_prefix did get documented recently; I was browsing some outdated doc. http://docs.fabfile.org/en/1.4.3/usage/env.html#sudo-prefix This seems like it could be a replacement for the SUDO_PASSWORD setting. The main question in...
Sorry to leave you hanging here - I haven't had time to maintain this project in a while. I haven't tested the signals in Django 1.6 and wouldn't be surprised...
Not yet, sorry.
This is a good suggestion - I haven't worked much with savepoints, so they're not accounted for in the current implementation. I'll read up on it and see what I...