Re: django tests fails!

2011-07-05 Thread Russell Keith-Magee
On Tue, Jul 5, 2011 at 9:01 PM, Mateusz Harasymczuk wrote: > #urls.py >     url(r'^', include('rm.urls', namespace="rm"), name="rm"), > #rm/urls.py >     url(r'progress/$', ProgressView.as_view(), name='progress'), Ok -- seriously -- I have no interest in playing hunt the bug. If you want to rep

Re: django tests fails!

2011-07-05 Thread Mateusz Harasymczuk
#urls.py url(r'^', include('rm.urls', namespace="rm"), name="rm"), #rm/urls.py url(r'progress/$', ProgressView.as_view(), name='progress'), -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit

Re: django tests fails!

2011-07-05 Thread Mateusz Harasymczuk
> python manage.py test Creating test database for alias 'default'... E...

Re: django tests fails!

2011-07-05 Thread Russell Keith-Magee
On Tue, Jul 5, 2011 at 8:38 PM, Mateusz Harasymczuk wrote: > I am sorry, my bad. > I was not sure that this one is a bug too, therefore I have asked at > django-users: > https://groups.google.com/forum/#!topic/django-users/S_4IuKw_e2U > > however I think it is, and it should be reported to trac. >

Re: django tests fails!

2011-07-05 Thread Mateusz Harasymczuk
I am sorry, my bad. I was not sure that this one is a bug too, therefore I have asked at django-users: https://groups.google.com/forum/#!topic/django-users/S_4IuKw_e2U however I think it is, and it should be reported to trac. What do you think? -- You received this message because you are sub

Re: django tests fails!

2011-07-05 Thread Russell Keith-Magee
On Tue, Jul 5, 2011 at 6:52 PM, Mateusz Harasymczuk wrote: > I have found two bugs in tests django.contrib.auth > https://code.djangoproject.com/ticket/16412 > https://code.djangoproject.com/ticket/16413 Hi Mateusz, Thanks for opening those tickets, but as it says in the contributions guide, the

django tests fails!

2011-07-05 Thread Mateusz Harasymczuk
I have found two bugs in tests django.contrib.auth https://code.djangoproject.com/ticket/16412 https://code.djangoproject.com/ticket/16413 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://gr