Chathan Driehuys
Chathan Driehuys
I'm working on setting up a test project without DRF, but we might not be able to test against it until after the weekend. On the topic of DRF though,...
To clarify further, commenting out `raven.contrib.django.raven_compat` from `INSTALLED_APPS` causes the request to succeed immediately. [The test project](https://github.com/knowmetools/django-raven-tests), for reference.
This is a common issue with running CLIs containing prompts from Git Bash on Windows. The easiest workaround is to prefix your command with `winpty`, so: ``` winpty git-chglog --init...