This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-31 19:46:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
http
History
Mariusz Felisiak
619e3db7d5
[3.1.x] Refs
#30997
-- Improved HttpRequest.is_ajax() warning message with stacklevel=2.
...
Backport of 7fc317ae736e8fda1aaf4d4ede84d95fffaf5281 from master
2020-06-03 08:48:21 +02:00
..
__init__.py
Fixed
#26052
-- Moved conditional_content_removal() processing to the test client.
2016-04-25 07:56:07 -04:00
cookie.py
Fixed
#27863
-- Added support for the SameSite cookie flag.
2018-04-13 20:58:31 -04:00
multipartparser.py
Fixed
#31293
-- Allowed MultiPartParser to handle double-quoted encoded headers.
2020-02-28 14:43:16 +01:00
request.py
[3.1.x] Refs
#30997
-- Improved HttpRequest.is_ajax() warning message with stacklevel=2.
2020-06-03 08:48:21 +02:00
response.py
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
2020-05-11 12:01:28 +02:00