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
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
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.