<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/utils_tests/test_crypto.py, branch 4.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-01T10:37:29Z</updated>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</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=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</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

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</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>Updated various links to HTTPS and new locations.</title>
<updated>2021-12-02T10:27:29Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-04-04T23:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5def7f3f743d0bb178546586245ad88a84b69390'/>
<id>urn:sha1:5def7f3f743d0bb178546586245ad88a84b69390</id>
<content type='text'>
Co-Authored-By: Nick Pope &lt;nick@nickpope.me.uk&gt;
</content>
</entry>
<entry>
<title>Refs #31359 -- Made get_random_string()'s length argument required.</title>
<updated>2021-01-14T16:50:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-13T21:33:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be6e46813010f47e3dec22dd8c360df2dcf53369'/>
<id>urn:sha1:be6e46813010f47e3dec22dd8c360df2dcf53369</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.</title>
<updated>2020-03-11T12:16:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-03-11T08:47:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e663f695fb282053b31f69ee2dcbc67ddacb9104'/>
<id>urn:sha1:e663f695fb282053b31f69ee2dcbc67ddacb9104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27468 -- Added algorithm parameter to django.utils.crypto.salted_hmac().</title>
<updated>2020-01-27T11:42:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-01-08T15:27:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50cf183d219face91822c75fa0a15fe2fe3cb32d'/>
<id>urn:sha1:50cf183d219face91822c75fa0a15fe2fe3cb32d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27468 -- Added explicit tests for django.utils.crypto.salted_hmac()</title>
<updated>2020-01-15T11:53:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-01-08T15:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b5a62bd17db0e28e6842111034fa6714d0701edb'/>
<id>urn:sha1:b5a62bd17db0e28e6842111034fa6714d0701edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used bytes.hex() and bytes.fromhex() to simplify.</title>
<updated>2017-11-23T13:52:23Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-11-22T19:25:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93cdd07e8fb08d7bb3f1e4a7117aa9d0d76581cd'/>
<id>urn:sha1:93cdd07e8fb08d7bb3f1e4a7117aa9d0d76581cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a test for pbkdf2()'s default digest algorithm.</title>
<updated>2017-09-27T14:36:26Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-09-27T14:36:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ddbe01760310098c08063afb049486aed845342'/>
<id>urn:sha1:8ddbe01760310098c08063afb049486aed845342</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
</feed>
