This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db2f206ee1b1be68e77ffc26eccdcd662897df65
django
/
tests
/
responses
History
Mariusz Felisiak
efb7f9ced2
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
...
datetime.UTC was added in Python 3.11.
2025-02-18 08:35:36 +01:00
..
__init__.py
…
test_cookie.py
Refs
#36005
-- Used datetime.UTC alias instead of datetime.timezone.utc.
2025-02-18 08:35:36 +01:00
test_fileresponse.py
Fixed
#34405
-- Fixed setting Content-Type header in FileResponse for compress and brotli.
2023-03-14 05:45:30 +01:00
tests.py
Added tests for HttpResponseBase.charset/reason_phrase setters.
2023-06-10 20:43:05 +02:00