<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/cache/backends/db.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-03-01T18:47:17Z</updated>
<entry>
<title>[5.2.x] Applied Black's 2025 stable style.</title>
<updated>2025-03-01T18:47:17Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-03-01T18:41:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=53bb1d5a240a39d35abc11c6477ac5465c5fac2c'/>
<id>urn:sha1:53bb1d5a240a39d35abc11c6477ac5465c5fac2c</id>
<content type='text'>
https://github.com/psf/black/releases/tag/25.1.0
Backport of ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 from main
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</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>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 #33340 -- Fixed unquoted column names in queries used by DatabaseCache.</title>
<updated>2021-12-09T10:16:04Z</updated>
<author>
<name>Arsa</name>
<email>arsalan.ghassemi@gmail.com</email>
</author>
<published>2021-12-06T15:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=17df72114e222d63c2af9ed9780583f4cb0689eb'/>
<id>urn:sha1:17df72114e222d63c2af9ed9780583f4cb0689eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.</title>
<updated>2021-09-07T09:59:59Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-08-26T13:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42dfa97e191d8f7ffdc0b5d9502949ef3b8ef356'/>
<id>urn:sha1:42dfa97e191d8f7ffdc0b5d9502949ef3b8ef356</id>
<content type='text'>
This helper function reduces the amount of duplicated code and makes it
easier to ensure that we always validate the keys.
</content>
</entry>
<entry>
<title>Refs #33060 -- Ensured cache backends validate keys.</title>
<updated>2021-09-07T09:59:40Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-09-03T09:26:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4b82578a6045746e7c470b7881dfcf182fd57048'/>
<id>urn:sha1:4b82578a6045746e7c470b7881dfcf182fd57048</id>
<content type='text'>
The validate_key() function should be called after make_key() to ensure
that the validation is performed on the key that will actually be
stored in the cache.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #32772 -- Made database cache count size once per set.</title>
<updated>2021-05-26T09:21:11Z</updated>
<author>
<name>Michael Lissner</name>
<email>mlissner@michaeljaylissner.com</email>
</author>
<published>2021-05-25T16:31:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a8e8f80bb82a867eab7e4d9d099f21d0a976d22'/>
<id>urn:sha1:5a8e8f80bb82a867eab7e4d9d099f21d0a976d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32366 -- Updated datetime module usage to recommended approach.</title>
<updated>2021-05-12T09:08:41Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-05-07T09:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d06c5b358149c02a62da8a5469264d05f29ac659'/>
<id>urn:sha1:d06c5b358149c02a62da8a5469264d05f29ac659</id>
<content type='text'>
- Replaced datetime.utcnow() with datetime.now().
- Replaced datetime.utcfromtimestamp() with datetime.fromtimestamp().
- Replaced datetime.utctimetuple() with datetime.timetuple().
- Replaced calendar.timegm() and datetime.utctimetuple() with datetime.timestamp().
</content>
</entry>
<entry>
<title>Fixed #32705 -- Prevented database cache backend from checking .rowcount on closed cursor.</title>
<updated>2021-05-05T10:41:59Z</updated>
<author>
<name>ecogels</name>
<email>ecogels@users.noreply.github.com</email>
</author>
<published>2021-05-02T08:42:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0a5e0f4c83acdfc6eab69754e245354689c7185'/>
<id>urn:sha1:a0a5e0f4c83acdfc6eab69754e245354689c7185</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
</feed>
