Re: django.contrib.auth tests fail

2009-05-16 Thread Luc Saffre
On 13.05.2009 18:55, Michael wrote: > 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 Thanks! That helped. And I disco

Re: django.contrib.auth tests fail

2009-05-14 Thread Kegan Gan
This could be related to ticket #10521 http://code.djangoproject.com/ticket/10521, which has been fixed. It's currently in the trunk already, since changeset http://code.djangoproject.com/changeset/10674 . ~KEGan On May 14, 12:36 am, Sean Brant wrote: > I am also having a issue with contrib.au

Re: django.contrib.auth tests fail

2009-05-13 Thread Sean Brant
I am also having a issue with contrib.auth test errors. They errors seem to be caused by url tags in my base.html template. When I comment out all of those tags the tests pass. The url tags seem to work when i look at the site im my browser. ===

Re: django.contrib.auth tests fail

2009-05-13 Thread Michael
On Wed, May 13, 2009 at 9:42 AM, Luc Saffre 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