What could cause Django to start failing its own tests after an OS and Django reinstall?
Posted
by Macha
on Stack Overflow
See other posts from Stack Overflow
or by Macha
Published on 2010-03-31T18:49:56Z
Indexed on
2010/04/01
4:33 UTC
Read the original article
Hit count: 270
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 shouldn't cause django to fail it's core tests...
I have included django.contrib.admin, which was mentioned as a possible cause.
© Stack Overflow or respective owner