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
#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
> python manage.py test
Creating test database for alias 'default'...
E...
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.
>
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
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
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