Re: Brand new projects should pass their tests (the django.contrib.auth thing from #7611)

2009-10-06 Thread Richard Boulton
2009/10/6 Simon Willison > I think this issue is well worth solving. If we DO solve it, we could > even think about adding some stuff about running "./manage.py test" to > the tutorial. > I think this is probably the biggest thing you could do to make django testing more prevalent - I've read va

Re: an unquoted path

2009-06-05 Thread Richard Boulton
2009/6/5 crypto : > Why is Django unquoting the path_info in WSGIRequestHandler? Because that's what the WSGI spec says to do. More precisely, the WSGI spec doesn't say anything specific about it, but defers to the CGI spec, which is basically rfc3875, which says (in section 4.1.5): Unlike a

Re: EuroPython Sprints

2009-05-19 Thread Richard Boulton
2009/5/19 Sergio Oliveira : > Is there someone going to EuroPython (Birmingham - UK)? > I've just saw that Django is in the top of the proposed sprints list: > http://wiki.europython.eu/Sprints I'll be at the conference, but won't be able to be around before / after for the proposed sprint days.