Re: auth.LoginTest seems to require sites

2011-06-16 Thread Brian
In case anyone else has the same issue, the problem stopped when I upgraded django from 1.2 to 1.3. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/QwG2RwR

auth.LoginTest seems to require sites

2011-06-09 Thread Brian
Hi, When I run the unit tests, I get a failure (stack trace below) from django.contrib.auth.tests.views.LoginTest. test_current_site_in_context_after_login calls Site.objects.get_current() which fails because I'm not using that app. If I include it in the list of installed apps, then the test