This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-22 17:16:24 +00:00
Code
Issues
25
Releases
Wiki
Activity
93803a1b5f
django
/
tests
/
responses
History
Claude Paroz
93803a1b5f
Fixed
#33567
-- Avoided setting default text/html content type on responses.
2022-03-09 14:50:52 +01:00
..
__init__.py
test_cookie.py
Refs
#33562
-- Made HttpResponse.set_cookie() raise ValueError when both "expires" and "max_age" are passed.
2022-03-07 08:04:18 +01:00
test_fileresponse.py
Fixed
#33567
-- Avoided setting default text/html content type on responses.
2022-03-09 14:50:52 +01:00
tests.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00