| Age | Commit message (Collapse) | Author |
|
HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
Backport of 240cbb63bf9965c63d7a3cc9032f91410f414d46 from master
|
|
slash.
Backport of 36db4dd937ae11c5b687c5d2e5fa3c27e4140001 from master
|
|
stacklevel=2.
Backport of 7fc317ae736e8fda1aaf4d4ede84d95fffaf5281 from master
|
|
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
Thanks to Oskar Persson for the report.
|
|
file-like object."
This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9.
|
|
|
|
|
|
reverse_lazy() locations.
|
|
Thanks Florian Apolloner and Carlton Gibson for reviews.
|
|
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.
|
|
object.
|
|
|
|
is available.
|
|
underscores.
|
|
The function was undocumented and only required for compatibility with
Python 2.
Code should use Python's html.unescape() that was added in Python 3.4.
|
|
|
|
|
|
request.
|
|
|
|
|
|
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
|
|
|
|
|
|
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
|
|
|
|
|
|
Unused since 8f8c54f70bfa3aa8e311514297f1eeded2c32593.
|
|
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
|
|
__Secure/Host prefixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unused since its introduction in d725cc9734272f867d41f7236235c28b3931a1b2.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|