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-12 18:30:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
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