| Age | Commit message (Collapse) | Author |
|
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
application/x-www-form-urlencoded content type.
Thanks Eki Xu for the report.
|
|
Use the capture groups from the regular expression that has already been
matched to avoid resplitting and the need to special case for IPv6.
|
|
HttpRequest and subclasses."
This reverts commit 6220c445c40a6a7f4d442de8bde2628346153963.
Thanks Adam Johnson and Márton Salomváry for reports.
|
|
Thanks to Jakob Ackermann for the report.
|
|
|
|
|
|
|
|
|
|
|
|
https://peps.python.org/pep-0594/#cgi
|
|
in the header value.
|
|
|
|
|
|
|
|
ExceptionReporter._get_raw_insecure_uri().
|
|
|
|
|
|
An oversight in fd209f62f1d83233cc634443cfac5ee4328d98b8.
|
|
|
|
|
|
|
|
|
|
|
|
reverse_lazy() locations.
|
|
default when DEBUG=True.
|
|
|
|
SECURE_PROXY_SSL_HEADER if set.
An HTTP request would not be redirected to HTTPS when the
SECURE_PROXY_SSL_HEADER and SECURE_SSL_REDIRECT settings were used if
the proxy connected to Django via HTTPS.
HttpRequest.scheme will now always trust the SECURE_PROXY_SSL_HEADER if
set, rather than falling back to the request scheme when the
SECURE_PROXY_SSL_HEADER did not have the secure value.
Thanks to Gavin Wahl for the report and initial patch suggestion, and
Shai Berger for review.
|
|
|
|
underscores.
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
|
|
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
|
|
|
|
|
|
Unused since 8f8c54f70bfa3aa8e311514297f1eeded2c32593.
|
|
|
|
|
|
|
|
|
|
|
|
A few of these were unnecessarily added in 2b281cc35ed9d997614ca3c416928d7fabfef1ad.
|
|
|
|
|
|
|
|
|