<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code/unit-tests.txt, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-12-07T14:07:52Z</updated>
<entry>
<title>[6.0.x] Refs #36620 -- Added contributor documentation for code coverage reports.</title>
<updated>2025-12-07T14:07:52Z</updated>
<author>
<name>saurabh</name>
<email>saurabhrai1717@gmail.com</email>
</author>
<published>2025-08-25T18:48:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e7133c58b24ebd32dc2030cc0665ce545c2670c'/>
<id>urn:sha1:2e7133c58b24ebd32dc2030cc0665ce545c2670c</id>
<content type='text'>
This was included in the original reverted patch:
a89183e63844a937aacd3ddb73c4952ef869d2cc
Follow-up to 26b0e2bb92caf2d16cabe455792350f20d6f42ca.

Backport of e726254a380f2a35a2fcf71143e96cb5987d8102 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Added GitHub Actions linter (zizmor).</title>
<updated>2025-11-21T19:37:19Z</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=abb9aab00e287b79fe6894ef66227f11d28924e0'/>
<id>urn:sha1:abb9aab00e287b79fe6894ef66227f11d28924e0</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>[6.0.x] Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.</title>
<updated>2025-10-19T18:16:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-19T18:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=195836b69af24d3c10fa994fb772c5be1cf065da'/>
<id>urn:sha1:195836b69af24d3c10fa994fb772c5be1cf065da</id>
<content type='text'>
Backport of ca3e0484ef31d13053af6a9d50667813e22fc282 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Bumped minimum isort version to 7.0.0.</title>
<updated>2025-10-16T18:59:48Z</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=887e8972874aef14d019aedf5683d13580f98d37'/>
<id>urn:sha1:887e8972874aef14d019aedf5683d13580f98d37</id>
<content type='text'>
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.

Backport of d980d68609448a4c85763fa34e471ff80540888b from main.
</content>
</entry>
<entry>
<title>[6.0.x] Removed mention of setuptools in docs/internals/contributing/writing-code/unit-tests.txt.</title>
<updated>2025-10-14T12:42:30Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-10-13T18:30:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e96e56e06424d7ad151b529f7293092fbdd92470'/>
<id>urn:sha1:e96e56e06424d7ad151b529f7293092fbdd92470</id>
<content type='text'>
Backport of 19101158070429c8d314926a67ec22a88220f316 from main.
</content>
</entry>
<entry>
<title>Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-02T07:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=43e4d0a1422d87cc804097f7eb127b6ffa07e840'/>
<id>urn:sha1:43e4d0a1422d87cc804097f7eb127b6ffa07e840</id>
<content type='text'>
The `check` docs target now runs spelling, black, and lint, so all
current documentation quality checks can be run with a single command.

Also documented the lint-docs check's availability and usage.
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Added accessibility guidelines for contributors.</title>
<updated>2025-07-23T14:40:51Z</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=5527df91921b54b9fd1eb9aca3aabe91ec58a9c7'/>
<id>urn:sha1:5527df91921b54b9fd1eb9aca3aabe91ec58a9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated asgiref dependency.</title>
<updated>2025-07-09T16:06:49Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2025-07-09T16:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8912e43836289efe479810f360d62c4c92f060a'/>
<id>urn:sha1:a8912e43836289efe479810f360d62c4c92f060a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.</title>
<updated>2025-01-28T07:02:13Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-28T07:02:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d9af197801376fae178761cac12d57178a738cf4'/>
<id>urn:sha1:d9af197801376fae178761cac12d57178a738cf4</id>
<content type='text'>
This bumps minimum supported versions of 3rd-party packages to the first
releases to support Python 3.12.</content>
</entry>
</feed>
