Aymeric Augustin

Results 368 comments of Aymeric Augustin

(Just kidding -- if the path of least resistance is UTC, that's just fine.)

In Django < 1.6, without the TransactionMiddleware, this would result in some noise: every write query would be followed by a commit. At least it would have a cathartic value...

Not much changed since 5 years ago ;-)

That's pretty much the reason why the checkbox exists. Until now no one has come up with a very good idea to handle this situation.

If that works, a PR along these lines would be an improvement. I'm not sure how well Python can recover from MemoryError in general.

I think we have to bite the bullet and write a `logging.Filter` that checks a thread-local flag set by `enable/disable_instrumentation` if we want to avoid running into further problems.

Not really. #771 is a stop-gap fix to prevent an exception when using Jinja2. This ticket is about taking advantage of the new debug APIs that have been committed recently...

@nex2hex The goal of this issue is to allow the toolbar to report complete debug information about templates regardless of which engine was used to render them. The `using` keyword...

I'm sorry, I'm not working on this project anymore.