<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/cache, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-02-25T21:53:22Z</updated>
<entry>
<title>Refs #36879, #36936 -- Fixed typo in RedisCacheTests.test_client_driver_info.</title>
<updated>2026-02-25T21:53:22Z</updated>
<author>
<name>pmppk</name>
<email>prosenbl@gmail.com</email>
</author>
<published>2026-02-25T21:53:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a91e03d7c388ada569a212bafdbdff9c9bff47f2'/>
<id>urn:sha1:a91e03d7c388ada569a212bafdbdff9c9bff47f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36879 -- Identified Django client in Redis client metadata.</title>
<updated>2026-02-03T11:40:29Z</updated>
<author>
<name>ar3ph</name>
<email>192461522+ar3ph@users.noreply.github.com</email>
</author>
<published>2026-02-02T18:26:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=72ae25a9c2bb1a9e369e52e696a8b7d1a8df245e'/>
<id>urn:sha1:72ae25a9c2bb1a9e369e52e696a8b7d1a8df245e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36590 -- Made async cache methods use specialized sync versions if available.</title>
<updated>2025-12-19T18:02:22Z</updated>
<author>
<name>eevelweezel</name>
<email>eevel.weezel@gmail.com</email>
</author>
<published>2025-12-18T22:17:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=948f1bf5a1c1c93ee9c6f4baa2fd990e31361f81'/>
<id>urn:sha1:948f1bf5a1c1c93ee9c6f4baa2fd990e31361f81</id>
<content type='text'>
Thanks Simon Charette, Sarah Boyce, and Jacob Walls for reviews.
</content>
</entry>
<entry>
<title>Fixed #36560 -- Prevented UpdateCacheMiddleware from caching responses with Cache-Control 'no-cache' or 'no-store'.</title>
<updated>2025-08-21T14:48:36Z</updated>
<author>
<name>mengxun</name>
<email>mengxun1122@163.com</email>
</author>
<published>2025-08-19T07:40:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ed7c1a56400d64f109f30df3ce697984cdad7c75'/>
<id>urn:sha1:ed7c1a56400d64f109f30df3ce697984cdad7c75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #32831 -– Allowed cache tests to be retried via a new "retry" decorator.</title>
<updated>2024-09-05T21:25:05Z</updated>
<author>
<name>Wassef Ben Ahmed</name>
<email>1.wassef911@gmail.com</email>
</author>
<published>2024-09-05T21:25:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=957c54d945fedb58febff05e4ce82377cc43f9f4'/>
<id>urn:sha1:957c54d945fedb58febff05e4ce82377cc43f9f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34901 -- Added async-compatible interface to session engines.</title>
<updated>2024-03-13T16:55:15Z</updated>
<author>
<name>Jon Janzen</name>
<email>jon@jonjanzen.com</email>
</author>
<published>2023-10-17T01:50:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f5c340684be3f27a145ec86ba55b24eb88d2780c'/>
<id>urn:sha1:f5c340684be3f27a145ec86ba55b24eb88d2780c</id>
<content type='text'>
Thanks Andrew-Chen-Wang for the initial implementation which was posted
to the Django forum thread about asyncifying contrib modules.
</content>
</entry>
<entry>
<title>Fixed #34806 -- Made cached_db session backend resilient to cache write errors.</title>
<updated>2024-02-22T00:51:58Z</updated>
<author>
<name>Sulabh Katila</name>
<email>sulabhkatila@gmail.com</email>
</author>
<published>2024-02-22T00:51:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=eceb5e2eea554ea0f9baf7abc1b1972459854cef'/>
<id>urn:sha1:eceb5e2eea554ea0f9baf7abc1b1972459854cef</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fixed #27225 -- Added "Age" header when fetching cached responses.</title>
<updated>2024-02-05T12:27:51Z</updated>
<author>
<name>Rinat Khabibiev</name>
<email>srenskiy@gmail.com</email>
</author>
<published>2016-09-15T05:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3580b47ed31ec85ae89b13618f36bb463e97acc8'/>
<id>urn:sha1:3580b47ed31ec85ae89b13618f36bb463e97acc8</id>
<content type='text'>
Co-Authored-By: Author: Alexander Lazarević &lt;laza@e11bits.com&gt;
</content>
</entry>
<entry>
<title>Used addCleanup() in tests where appropriate.</title>
<updated>2023-12-31T09:01:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-12-31T09:01:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d88ec42bd0a37340c8477a6f20bf26e58bd84735'/>
<id>urn:sha1:d88ec42bd0a37340c8477a6f20bf26e58bd84735</id>
<content type='text'>
</content>
</entry>
</feed>
