<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/responses, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-02-18T07:35:36Z</updated>
<entry>
<title>Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.</title>
<updated>2025-02-18T07:35:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-18T07:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efb7f9ced2dcf71294353596a265e3fd67faffeb'/>
<id>urn:sha1:efb7f9ced2dcf71294353596a265e3fd67faffeb</id>
<content type='text'>
datetime.UTC was added in Python 3.11.</content>
</entry>
<entry>
<title>Added tests for HttpResponseBase.charset/reason_phrase setters.</title>
<updated>2023-06-10T18:43:05Z</updated>
<author>
<name>XDEv11</name>
<email>48050327+XDEv11@users.noreply.github.com</email>
</author>
<published>2023-06-10T18:43:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=221c27bd6a10155f65c9f93ecc67a61c76befbb7'/>
<id>urn:sha1:221c27bd6a10155f65c9f93ecc67a61c76befbb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli.</title>
<updated>2023-03-14T04:45:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-03-14T04:45:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=254ad2e3450d8175170914f06af8358d2becc35b'/>
<id>urn:sha1:254ad2e3450d8175170914f06af8358d2becc35b</id>
<content type='text'>
Thanks Chamal De Silva for the report.</content>
</entry>
<entry>
<title>Removed hardcoded date in SetCookieTests.test_far_expiration().</title>
<updated>2023-02-07T19:30:00Z</updated>
<author>
<name>Bernhard M. Wiedemann</name>
<email>bwiedemann@suse.de</email>
</author>
<published>2023-01-16T04:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b4cdcbf23937dfcba46d6b08996438a4078e03fd'/>
<id>urn:sha1:b4cdcbf23937dfcba46d6b08996438a4078e03fd</id>
<content type='text'>
Follow up to a92c83828785f12dcf90477413c2d04e1855fbb9.
</content>
</entry>
<entry>
<title>Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.</title>
<updated>2022-08-03T06:46:31Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-07-20T10:14:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd062445cffd3f6cc6dcd20d13e2abed818fa173'/>
<id>urn:sha1:bd062445cffd3f6cc6dcd20d13e2abed818fa173</id>
<content type='text'>
Thanks to Motoyasu Saburi for the report.
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed internal uses of utils.timezone.utc alias.</title>
<updated>2022-03-24T05:29:50Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-03-23T11:15:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb61f0186d5c490caa44f3e3672d81e14414d33c'/>
<id>urn:sha1:bb61f0186d5c490caa44f3e3672d81e14414d33c</id>
<content type='text'>
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
</content>
</entry>
<entry>
<title>Fixed #33567 -- Avoided setting default text/html content type on responses.</title>
<updated>2022-03-09T13:50:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2022-03-08T16:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93803a1b5f4a08eb064b4cc8b3834ff323be4065'/>
<id>urn:sha1:93803a1b5f4a08eb064b4cc8b3834ff323be4065</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "expires" and "max_age" are passed.</title>
<updated>2022-03-07T07:04:18Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2022-03-04T13:05:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3bf6c4218404479f7841e0af213d5db65913278'/>
<id>urn:sha1:f3bf6c4218404479f7841e0af213d5db65913278</id>
<content type='text'>
This fixes the case where you might pass set_cookie(expires=val, max_age=val)
and max_age is silently ignored.
</content>
</entry>
<entry>
<title>Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument.</title>
<updated>2022-03-07T06:57:14Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2022-03-04T12:57:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae2da5ba652c1a11cd88dcb119744dcecaeb03ee'/>
<id>urn:sha1:ae2da5ba652c1a11cd88dcb119744dcecaeb03ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
</feed>
