<feed xmlns='http://www.w3.org/2005/Atom'>
<title>djangoproject.com.git/accounts, branch issue-1630</title>
<subtitle>djangoproject.com
</subtitle>
<id>http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630</id>
<link rel='self' href='http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/'/>
<updated>2026-01-12T11:29:48Z</updated>
<entry>
<title>Add --target-version to black call</title>
<updated>2026-01-12T11:29:48Z</updated>
<author>
<name>Ülgen Sarıkavak</name>
<email>ulgensrkvk@gmail.com</email>
</author>
<published>2026-01-10T18:41:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=33688a8914bfb22dbab81439e3464c807b6d2c7f'/>
<id>urn:sha1:33688a8914bfb22dbab81439e3464c807b6d2c7f</id>
<content type='text'>
The goal is to handle mysterious trailing commas appearing during pyproject.toml migration. It seems pyproject.toml's requires-python key automatically picked up by black, and causing additional changes because it didn't have the version info before.

Relates to #2321
</content>
</entry>
<entry>
<title>Moved docs search bar to top navigation in prep for global search.</title>
<updated>2025-11-21T21:46:02Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-10-17T16:54:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=e81dd718cba062f6ace41428278621429cb2d7fc'/>
<id>urn:sha1:e81dd718cba062f6ace41428278621429cb2d7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup! Fixed #1782 -- Added page to delete one's user account</title>
<updated>2025-07-19T08:16:08Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>baptiste.mispelon@torchbox.com</email>
</author>
<published>2025-07-11T12:25:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=d4bfa6d9be8c98a0782d7d1a7962f5c18bc97dc9'/>
<id>urn:sha1:d4bfa6d9be8c98a0782d7d1a7962f5c18bc97dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #1782 -- Added page to delete one's user account</title>
<updated>2025-07-19T08:16:08Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2024-11-29T12:43:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=977c2352456c5c15f5629b1632693ead0e8e410f'/>
<id>urn:sha1:977c2352456c5c15f5629b1632693ead0e8e410f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified cache usage in `accounts` view helper (#2089)</title>
<updated>2025-06-12T07:30:54Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2025-06-12T07:30:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=3b359fc0566eeaaf1f80b59ac0e4a949c75b6413'/>
<id>urn:sha1:3b359fc0566eeaaf1f80b59ac0e4a949c75b6413</id>
<content type='text'>
Importing `cache` instead of `caches` uses the default cache.</content>
</entry>
<entry>
<title>Updated Django dependency to version 5.1.5</title>
<updated>2025-01-22T14:15:30Z</updated>
<author>
<name>Ülgen Sarıkavak</name>
<email>ulgens@users.noreply.github.com</email>
</author>
<published>2025-01-22T14:15:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=667bf22e06094953dc65c7c802b57a58f6cf9acd'/>
<id>urn:sha1:667bf22e06094953dc65c7c802b57a58f6cf9acd</id>
<content type='text'>
Co-authored-by: Baptiste Mispelon &lt;bmispelon@gmail.com&gt;</content>
</entry>
<entry>
<title>Added links for user-profile stats.</title>
<updated>2024-11-17T20:28:18Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-11-15T10:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=2495507fd80a9e175f698c0f3521a0c81a324036'/>
<id>urn:sha1:2495507fd80a9e175f698c0f3521a0c81a324036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[accounts] Marked all user-facing strings for translation</title>
<updated>2024-10-25T16:13:59Z</updated>
<author>
<name>Mark Walker</name>
<email>mark@marksweb.co.uk</email>
</author>
<published>2024-10-25T16:13:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=a03e6fa6c3eb88b73c6f8e805e57a16d2a289fd0'/>
<id>urn:sha1:a03e6fa6c3eb88b73c6f8e805e57a16d2a289fd0</id>
<content type='text'>
Refs #1648 </content>
</entry>
<entry>
<title>Improve pre-commit configuration hooks (#1645)</title>
<updated>2024-10-24T08:41:52Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2024-10-24T08:41:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=b1fdc9a00b455c8a0e2ba810c5fec9d72382046f'/>
<id>urn:sha1:b1fdc9a00b455c8a0e2ba810c5fec9d72382046f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused URL</title>
<updated>2024-06-09T11:12:48Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2024-06-09T09:27:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=c1e817cea01f0f1755afbf5fb0eac55128d96a92'/>
<id>urn:sha1:c1e817cea01f0f1755afbf5fb0eac55128d96a92</id>
<content type='text'>
Trac removed the core/CLA badges in 2016 (7c6566898409b8300aa60600cc5b579fd84425b1).
</content>
</entry>
</feed>
