Bernhard M. Wiedemann
|
5a465df70d
|
Made a requests test that will fail in 2028 fail 10 years later.
2038 is chosen for compatibility with 32-bit systems.
|
2019-02-14 09:44:41 -05:00 |
Alex Gaynor
|
9a56b4b13e
|
Fixed #27863 -- Added support for the SameSite cookie flag.
Thanks Alex Gaynor for contributing to the patch.
|
2018-04-13 20:58:31 -04:00 |
Alvin Lindstam
|
47a99d7012
|
Fixed #28989 -- Fixed HttpResponse.delete_cookie() for cookies that use __Secure/Host prefixes.
|
2018-01-08 12:32:47 -05:00 |
Tim Graham
|
8e94f9f7dd
|
Moved HttpResponse.set_cookie() tests to an appropriate location.
|
2018-01-08 12:01:59 -05:00 |