<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code/coding-style.txt, 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] 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] 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>Fixed #35866 -- Clarified the positioning Python magic methods on models in the internal style guide.</title>
<updated>2024-10-30T15:21:57Z</updated>
<author>
<name>maddrum</name>
<email>maddrum9@gmail.com</email>
</author>
<published>2024-10-26T11:46:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b50d1a020d3a988ab9f45724138943dc807c5ecc'/>
<id>urn:sha1:b50d1a020d3a988ab9f45724138943dc807c5ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used :pypi: role in docs where appropriate.</title>
<updated>2024-08-05T13:35:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-08-05T13:35:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=304d25667433a59409e334a93acaaa9201840508'/>
<id>urn:sha1:304d25667433a59409e334a93acaaa9201840508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrated setuptools configuration to pyproject.toml.</title>
<updated>2024-06-24T18:34:43Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2024-06-24T18:34:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4686541691dbe986f58ac87630c3b7a04db4ff93'/>
<id>urn:sha1:4686541691dbe986f58ac87630c3b7a04db4ff93</id>
<content type='text'>
This branch migrates setuptools configuration from setup.py/setup.cfg to
pyproject.toml. In order to ensure that the generated binary files have
consistent casing (both the tarball and the wheel), setuptools version
is limited to "&gt;=61.0.0,&lt;69.3.0".

Configuration for flake8 was moved to a dedicated .flake8 file since
it cannot be configured via pyproject.toml.

Also, __pycache__ exclusion was removed from MANIFEST and the
extras/Makefile was replaced with a simpler build command.

Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;</content>
</entry>
<entry>
<title>Fixed #14831 -- Extended template style guide in docs.</title>
<updated>2024-03-11T10:05:54Z</updated>
<author>
<name>Ryan Cheley</name>
<email>rcheley@gmail.com</email>
</author>
<published>2024-03-02T15:05:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2c35249591d202ee544eadcaa9de4c255045692'/>
<id>urn:sha1:f2c35249591d202ee544eadcaa9de4c255045692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed broken links and redirects in docs.</title>
<updated>2024-03-06T07:50:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-03-06T07:50:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=177e6493961dfcdafb44e5b02894bf4201050910'/>
<id>urn:sha1:177e6493961dfcdafb44e5b02894bf4201050910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in docs/internals/contributing/writing-code/coding-style.txt.</title>
<updated>2024-02-08T04:57:59Z</updated>
<author>
<name>Koo</name>
<email>heka1024@gmail.com</email>
</author>
<published>2024-02-08T04:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aaffbabd58c8f3c9bf82cd4eb98b8c5cb9e7aa6a'/>
<id>urn:sha1:aaffbabd58c8f3c9bf82cd4eb98b8c5cb9e7aa6a</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>
</feed>
