| Age | Commit message (Collapse) | Author |
|
django.utils.http.parse_qsl().
|
|
|
|
|
|
default when DEBUG=True.
|
|
|
|
underscores.
|
|
request.
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
|
|
equivalents
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
|
|
Thanks Tim Graham and Loïc Bistuer for the reviews.
|
|
Thanks LaMont Jones for the report and patch.
|
|
|
|
Thanks Tom Christie for review.
|
|
|
|
|
|
|
|
Parsed the CONTENT_TYPE header once and recorded it on the request.
|
|
|
|
|
|
|
|
Setting a cookie with the same name as a previously deleted cookie
would set its expiry date to 'Thu, 01-Jan-1970 00:00:00 GMT'.
|
|
Thanks gjanee@ucop.edu for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|