On Tue, Jul 5, 2011 at 9:01 PM, Mateusz Harasymczuk <[email protected]> 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 report a bug, then you need to provide *clear* instructions on how to reproduce the bug. You have provided: * Evidence that when you run some undeclared project that includes contrib.messages, that there are failures in your test set. * One line from 2 different urls.py files. Consider this from my position. I know *nothing* about what it is you are trying to do. You haven't provided any details on how the various parts you have provided fit together. Do I have enough information to reproduce the problem you are having? Until I have enough information to reproduce your problem, I can't help you -- and neither can anyone else. What would be helpful at this point is one of the following: 1) A diff against *Django's* test suite that introduces a new failing test demonstrating the problem you have found, or 2) A *minimal* sample project that demonstrates the problem. Not a dump of your entire codebase -- a project with 1 url, and one lookup, and one tests -- the simplest possible project that demonstrates your problem. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
