On Wed, May 13, 2009 at 9:42 AM, Luc Saffre <luc.saf...@gmx.net> wrote:

>
> Hello,
>
> when I run ``manage.py test`` to test my Django applications, then I
> also get a lot of test failures for django.contrib.auth.
>
> Is that normal? What can I do to get rid of these errors?
>

Auth leans on some templates in django.contrib.admin for the tests. This is
known, though not ideal. If you added django.contrib.admin to your installed
apps, the failures should go away.

I hope that helps,
Michael

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to