<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code, 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>2026-02-24T19:08:08Z</updated>
<entry>
<title>[5.2.x] Bumped minimum isort version to 7.0.0.</title>
<updated>2026-02-24T19:08:08Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-10-16T14:33:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=490e49556449edc6d566017342c62473ca2a309b'/>
<id>urn:sha1:490e49556449edc6d566017342c62473ca2a309b</id>
<content type='text'>
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.

Backport of d980d68609448a4c85763fa34e471ff80540888b from main.
</content>
</entry>
<entry>
<title>[5.2.x] Added GitHub Actions linter (zizmor).</title>
<updated>2025-11-21T19:43:27Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-11-14T18:30:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fe3db5bcbb175d9b32c4ca2f03dc95d22ad2f77b'/>
<id>urn:sha1:fe3db5bcbb175d9b32c4ca2f03dc95d22ad2f77b</id>
<content type='text'>
At the direction of the Security Team. Thanks Markus Holtermann,
Jake Howard, and Natalia Bidart for reviews.

Backport of 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Removed reference to flake8 file exclusions.</title>
<updated>2025-08-23T18:06:54Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-08-23T18:01:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f8e572e843b037dea9c79bcecd7b9626b2b4ceba'/>
<id>urn:sha1:f8e572e843b037dea9c79bcecd7b9626b2b4ceba</id>
<content type='text'>
Obsolete since 41384812efe209c8295a50d78b45e0ffb2992436.
(six was removed in 9285926295fbfc86b70e7be8d595d4cfbe7895b8.)
Backport of 165ad74c578f94f962624a40dff14e1b2e23a1f8 from main
</content>
</entry>
<entry>
<title>[5.2.x] Moved manual testing instructions from intro to submitting patches docs.</title>
<updated>2025-07-28T12:02:15Z</updated>
<author>
<name>Jordan Bae</name>
<email>qoentlr37@gmail.com</email>
</author>
<published>2025-01-18T15:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28f33f50b2edb6a40bb2696af0eed2b9d76494cd'/>
<id>urn:sha1:28f33f50b2edb6a40bb2696af0eed2b9d76494cd</id>
<content type='text'>
The section on manual testing, including how to use a local checkout of
Django, is moved from the contribution intro to the submitting patches
docs. This makes it easier for reviewers and authors to follow best
practices.

Backport of fdeca380724d523330db9d816c4cda50cda320fd from main.
</content>
</entry>
<entry>
<title>[5.2.x] Added accessibility guidelines for contributors.</title>
<updated>2025-07-23T14:42:23Z</updated>
<author>
<name>Thibaud Colas</name>
<email>thibaudcolas@gmail.com</email>
</author>
<published>2023-10-05T05:11:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e71386118b1e9af0bf60b75ad9549aa5df2192d'/>
<id>urn:sha1:6e71386118b1e9af0bf60b75ad9549aa5df2192d</id>
<content type='text'>
Backport of 5527df91921b54b9fd1eb9aca3aabe91ec58a9c7 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Updated guidance to propose new feature ideas in contributing docs.</title>
<updated>2025-05-14T00:40:21Z</updated>
<author>
<name>Lily Foote</name>
<email>code@lilyf.org</email>
</author>
<published>2025-04-27T13:54:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=817ed81aea4255b0228d551ef035b904cb2a293a'/>
<id>urn:sha1:817ed81aea4255b0228d551ef035b904cb2a293a</id>
<content type='text'>
These changes include:
* Clarification of the new feature proposal and evaluation process.
* Reodering "points to consider" into reporting bugs section, since
  these are mostly trac-specific.
* Narrowing the guide on user interface bugs and features to just bugs.
* Updating documentation for Someday/Maybe triage stage.

Co-authored-by: Tim Schilling &lt;schilling711@gmail.com&gt;
Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 188799e67c2c497419f448359775930c866fe28d from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixes #36215 -- Included unpacking generalization notes in coding style guide (PEP-448).</title>
<updated>2025-04-01T01:44:35Z</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2025-03-05T17:00:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0581ec2f1a609c15248ba24db7c6f602b7fb88f7'/>
<id>urn:sha1:0581ec2f1a609c15248ba24db7c6f602b7fb88f7</id>
<content type='text'>
Backport of 6b3250673937b105af44f2f14247e56876f8dbe1 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #35908 -- Retired the django-developers and django-users mailing lists.</title>
<updated>2025-02-19T11:16:20Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-02-05T12:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=463e87e249693d1fd810b925c2da2c71426929cf'/>
<id>urn:sha1:463e87e249693d1fd810b925c2da2c71426929cf</id>
<content type='text'>
Co-authored-by: Chaitanya Rahalkar &lt;chaitanyarahalkar@squareup.com&gt;

Backport of 86493307f97b9795a74227b6af2d59a267160847 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Refs #32193 -- Updated python-memcached to pymemcache in contributing guide.</title>
<updated>2025-01-20T21:44:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-20T21:43:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55afe50aca9fa5f4730a85bf0b6a4807e44c9d35'/>
<id>urn:sha1:55afe50aca9fa5f4730a85bf0b6a4807e44c9d35</id>
<content type='text'>
Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f.
Backport of 337c641abb36b3c2501b14e1290b800831bb20ad from main
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed pytz from list of test dependencies in unit test docs.</title>
<updated>2024-11-11T11:24:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-11-09T19:00:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=46eb256ccedcac6b1f6bc957461506d881d468fb'/>
<id>urn:sha1:46eb256ccedcac6b1f6bc957461506d881d468fb</id>
<content type='text'>
Follow up to e6f82438d4e3750e8d299bfd79dac98eebe9f1e0.
</content>
</entry>
</feed>
