This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-11-18 19:01:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
d8d254e559
django
/
tests
/
responses
History
Download ZIP
Download TAR.GZ
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