What could cause Django to start failing its own tests after an OS and Django reinstall?
- by Macha
I had to reinstall my OS, and so, I reinstalled django 1.1. Since reinstalling, when I run tests in my app, I get several failures from django.contrib.auth.
Logs: http://dpaste.com/178153/
I asked on #django, and no one is too sure what the cause of the errors are. Some of my own code fails its tests, because it's not fully written yet, but that…