<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/async/tests.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-01-31T13:59:54Z</updated>
<entry>
<title>Refs #34118 -- Removed asgiref coroutine detection shims.</title>
<updated>2026-01-31T13:59:54Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-30T20:53:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4a52533329a03207c1c4592a13fbb12b9ec5ef9e'/>
<id>urn:sha1:4a52533329a03207c1c4592a13fbb12b9ec5ef9e</id>
<content type='text'>
As Python 3.12 is now the floor, we can drop the shims and
use the `inspect` module.
</content>
</entry>
<entry>
<title>Refs #34118 -- Adopted asgiref coroutine detection shims.</title>
<updated>2022-12-20T10:10:48Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-12-20T10:10:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=32d70b2f55b1f74736fd11bc8efce890ad5fa2f0'/>
<id>urn:sha1:32d70b2f55b1f74736fd11bc8efce890ad5fa2f0</id>
<content type='text'>
Thanks to Mariusz Felisiak for review.</content>
</entry>
<entry>
<title>Fixed #34062 -- Updated View.http_method_not_allowed() to support async.</title>
<updated>2022-09-29T14:28:44Z</updated>
<author>
<name>Antoine Lorence</name>
<email>contact@alorence.me</email>
</author>
<published>2022-09-29T10:10:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9b0c9821ed4dd9920cc7c5e7b657720d91a89bdc'/>
<id>urn:sha1:9b0c9821ed4dd9920cc7c5e7b657720d91a89bdc</id>
<content type='text'>
As with the options() methods, wrap the response in a coroutine if
the view is async.

Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
</entry>
<entry>
<title>Removed stale Windows asyncio test skips.</title>
<updated>2022-04-14T08:43:34Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-04-14T08:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5c67d906fd2d2ae3d27abbe31c280f1b0623552d'/>
<id>urn:sha1:5c67d906fd2d2ae3d27abbe31c280f1b0623552d</id>
<content type='text'>
Underlying issue was fixed in Python 3.8.1, now many versions ago.
https://bugs.python.org/issue38563
</content>
</entry>
<entry>
<title>Fixed #33611 -- Allowed View subclasses to define async method handlers.</title>
<updated>2022-04-07T05:05:59Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2022-04-07T05:05:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9ffd4eae2ce7a7100c98f681e2b6ab818df384a4'/>
<id>urn:sha1:9ffd4eae2ce7a7100c98f681e2b6ab818df384a4</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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31224 -- Added autoconversion of test async methods.</title>
<updated>2020-03-05T13:29:21Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2020-03-05T13:26:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=17009e910538b9c3709d302f54c2d10eb245cf38'/>
<id>urn:sha1:17009e910538b9c3709d302f54c2d10eb245cf38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31253 -- Fixed data loss possibility when using caching from async code.</title>
<updated>2020-02-11T08:09:25Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-02-07T01:59:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e3f6e18513224c8ad081e5a19da641f49b0b43da'/>
<id>urn:sha1:e3f6e18513224c8ad081e5a19da641f49b0b43da</id>
<content type='text'>
Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed.
</content>
</entry>
<entry>
<title>Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable.</title>
<updated>2019-12-03T16:29:31Z</updated>
<author>
<name>Andrew Godwin</name>
<email>andrew@aeracode.org</email>
</author>
<published>2019-12-02T20:02:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c90ab30fa1305481024b9c3c50b5a6ed6cd9a2f5'/>
<id>urn:sha1:c90ab30fa1305481024b9c3c50b5a6ed6cd9a2f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.</title>
<updated>2019-10-24T08:43:05Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-10-24T08:43:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e83c300a3312995d46315616f4361dfa110c741b'/>
<id>urn:sha1:e83c300a3312995d46315616f4361dfa110c741b</id>
<content type='text'>
Refs https://bugs.python.org/issue38563.</content>
</entry>
</feed>
