<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/cache/__init__.py, 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-07-23T13:09:43Z</updated>
<entry>
<title>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Made closing in connection handlers more DRY.</title>
<updated>2022-05-12T13:13:51Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-05-12T13:13:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20e65a34aea0ace077033c84854dcf225e248f8c'/>
<id>urn:sha1:20e65a34aea0ace077033c84854dcf225e248f8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevented initialization of unused database connections.</title>
<updated>2022-03-17T06:40:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2022-03-08T10:48:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4f92cf87b013801810226928ddd20097f6e4fccf'/>
<id>urn:sha1:4f92cf87b013801810226928ddd20097f6e4fccf</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>
<entry>
<title>Fixed #32747 -- Prevented initialization of unused caches.</title>
<updated>2021-05-18T16:24:19Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-05-14T09:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=958cdf65ae90d26236d1815bbba804729595ec7a'/>
<id>urn:sha1:958cdf65ae90d26236d1815bbba804729595ec7a</id>
<content type='text'>
Thanks Alexander Ebral for the report.

Regression in 98e05ccde440cc9b768952cc10bc8285f4924e1f.
</content>
</entry>
<entry>
<title>Fixed #32193 -- Deprecated MemcachedCache.</title>
<updated>2020-12-09T20:27:32Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-12-09T20:27:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48'/>
<id>urn:sha1:5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32233 -- Cleaned-up duplicate connection functionality.</title>
<updated>2020-12-08T07:55:44Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2017-10-22T15:30:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=98e05ccde440cc9b768952cc10bc8285f4924e1f'/>
<id>urn:sha1:98e05ccde440cc9b768952cc10bc8285f4924e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #21012 -- Removed unnecessary _create_cache() hook.</title>
<updated>2020-12-07T16:44:16Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2020-12-07T11:34:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=148702e7258eafb27d5488b33a723c87d898e22b'/>
<id>urn:sha1:148702e7258eafb27d5488b33a723c87d898e22b</id>
<content type='text'>
This removes unused (since d038c547b5ce585cbf9ef5bb7e5298f52e4a243b)
workaround to load a cache backend with its dotted import path and
moves remaining logic to the CacheHandler.

Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.</title>
<updated>2020-06-03T07:24:26Z</updated>
<author>
<name>Dan Palmer</name>
<email>dan@danpalmer.me</email>
</author>
<published>2020-05-20T09:45:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c82414914ae6476be5a166be9ff49c24d0d9069'/>
<id>urn:sha1:2c82414914ae6476be5a166be9ff49c24d0d9069</id>
<content type='text'>
</content>
</entry>
</feed>
