Details
Description
The test suite uses windmill for integration testing, but it turns out the project was abandoned years ago and so it never was updated to work with Django 1.5+. We never noticed this because it seems our unit tests never actually ran the windmill tests.
Instead I recommend we switch over to using LiveServerTestCase and Selenium.