Luke Plant
|
ae2da5ba65
Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument.
|
3 سال پیش |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 سال پیش |
Nick Pope
|
d06c5b3581
Fixed #32366 -- Updated datetime module usage to recommended approach.
|
3 سال پیش |
Hasan Ramezani
|
d2d08c8cf6
Fixed #31982 -- Made HttpResponse.set_cookie() cast max_age argument to an integer.
|
4 سال پیش |
Mariusz Felisiak
|
240cbb63bf
Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie().
|
4 سال پیش |
Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
5 سال پیش |
Osaetin Daniel
|
b33bfc3839
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
|
5 سال پیش |
Nick Pope
|
7552de7866
Used more specific unittest assertions in tests.
|
5 سال پیش |
Bernhard M. Wiedemann
|
5a465df70d
Made a requests test that will fail in 2028 fail 10 years later.
|
6 سال پیش |
Alex Gaynor
|
9a56b4b13e
Fixed #27863 -- Added support for the SameSite cookie flag.
|
7 سال پیش |
Alvin Lindstam
|
47a99d7012
Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes.
|
7 سال پیش |
Tim Graham
|
8e94f9f7dd
Moved HttpResponse.set_cookie() tests to an appropriate location.
|
7 سال پیش |