| Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
django.contrib.messages.
Regression in b7fe36ad37fb18c4bc7932c0aec6ae4f299b9622.
Thanks James Gillard for the report.
|
|
django.contrib.messages.test.MessagesTestMixin.assertMessages().
|
|
|
|
|
|
|
|
When the cookie size is too long, the same messages were serialized
over and over again.
|
|
|
|
|
|
|
|
|
|
CookieStorage.
Per deprecation timeline.
|
|
|
|
Thanks Jan Pieter Waagmeester for the report.
Regression in 2d6179c819010f6a9d00835d5893c4593c0b85a0.
|
|
SessionStorage.
|
|
CookieStorage.
Per deprecation timeline.
|
|
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
|
|
|
|
|
|
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.
|
|
CookieStorage.key_salt is changed.
This partially reverts bcc9fa25285f506666fa5074fc43c7114d61bb79 to
not break legacy hashes when key_salt is actually changed.
|
|
Co-authored-by: Craig Anderson <craiga@craiga.id.au>
|
|
|
|
This reverts commit f286721f7fdc2202f77a5f4d650d9d0779b86811.
|
|
|
|
implemented comparisons.
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
|
|
|
|
Thanks Alex Gaynor for contributing to the patch.
|
|
|
|
|
|
|
|
|
|
JSONDecodeError.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|