Jonas Maurus

Results 54 comments of Jonas Maurus

Iirc, the original reason for using `sqlite://:memory:` as the default is that it is the [Django default for unit tests](https://docs.djangoproject.com/en/1.11/topics/testing/overview/#the-test-database), thus making running unit tests with the Django test runner...

@doismellburning throwing an exception is probably more friendly. It's also less opinionated, but I'm pretty sure it's the right way to go. Since the calling code might catch the exception,...

I also want to +1 this. I'm here because I have a server that won't let `file.managed` download a file unless it provides an `Accept` header :upside_down_face:

as a reference: I had previously [posted about this on the celery-users mailing list](https://groups.google.com/forum/#!topic/celery-users/xtyYDUabrBE)

after I wrote this issue I had passed the job off to another developer and I don't remember how we proceeded with it :( However, I totally agree that if...

> @jdelic Are there any chances to bring this project back to an active state and get the pull requests reviewed and merged? @cfiehe Yes there is! $dayjob is keeping...

This PR has been merged as #126 as it required some formatting fixes and subsequent modifications from repo forks. Thank you all so much for supporting this.