<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/docs/internals/contributing/writing-code, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-06-10T14:17:34Z</updated>
<entry>
<title>Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.</title>
<updated>2026-06-10T14:17:34Z</updated>
<author>
<name>zhengkangyang</name>
<email>1872483761@qq.com</email>
</author>
<published>2026-06-06T08:17:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f970a98e464320c09dde8d45009eadfb4d038a57'/>
<id>urn:sha1:f970a98e464320c09dde8d45009eadfb4d038a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #37106 -- Clarified pylibmc workaround in unit test docs.</title>
<updated>2026-06-09T15:00:19Z</updated>
<author>
<name>kikobarr</name>
<email>34662575+kikobarr@users.noreply.github.com</email>
</author>
<published>2026-06-08T05:54:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=beb40ed1d2b0503814591a37b08ecbd71f2ff729'/>
<id>urn:sha1:beb40ed1d2b0503814591a37b08ecbd71f2ff729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed version numbers from example tox -l output.</title>
<updated>2026-05-26T18:21:15Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-05-22T19:07:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=83579944506daa21291afe4e06e260a630df28f7'/>
<id>urn:sha1:83579944506daa21291afe4e06e260a630df28f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped versions in pre-commit and npm configurations.</title>
<updated>2026-05-26T18:21:15Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-05-22T18:54:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cc7ba819c556f6a232cd3c61af975925223d9cbc'/>
<id>urn:sha1:cc7ba819c556f6a232cd3c61af975925223d9cbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36620 -- Mentioned coverage workflow uses PostgreSQL.</title>
<updated>2026-05-06T19:15:15Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-05-06T18:03:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=21de00b097187d1e4e479ea877df64bee22b60c9'/>
<id>urn:sha1:21de00b097187d1e4e479ea877df64bee22b60c9</id>
<content type='text'>
Before c507aaf9abeff4b93b7f9bdbc55801f2ccfc2d01, this workflow
used to run on SQLite.
</content>
</entry>
<entry>
<title>Fixed #35007 -- Replaced ESLint with Biome for JavaScript linting and formatting.</title>
<updated>2026-04-19T10:45:56Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2026-04-19T08:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=290fefe6f8e47c2f35a9d857749c1e5166d9288b'/>
<id>urn:sha1:290fefe6f8e47c2f35a9d857749c1e5166d9288b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made it clear that unreviewed tickets shouldn't be claimed or started.</title>
<updated>2026-03-20T21:46:33Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2026-03-11T11:35:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d9adcfbd5e3ba5859cc0ce6e2e67f533efbc8f9b'/>
<id>urn:sha1:d9adcfbd5e3ba5859cc0ce6e2e67f533efbc8f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Discouraged automated AI reviews of pull requests.</title>
<updated>2026-03-12T14:40:27Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2026-03-05T12:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3180ddb3f532ef246d318d64225886b7c0593676'/>
<id>urn:sha1:3180ddb3f532ef246d318d64225886b7c0593676</id>
<content type='text'>
Some contributors have been requesting Copilot reviews on pull requests
submitted to the Django repository. These automated reviews add noise to
the PR history, making it harder to follow the discussion, and Django
does not incorporate them into its review process.

This change discourages the practice by:

- Adding a `copilot-instructions.md` file instructing Copilot to decline
  review requests in this repository.
- Adding a checklist item to the PR template asking contributors not to
  request automated AI reviews for their PR.
- Documenting the policy in the contributing guidelines.
</content>
</entry>
<entry>
<title>Extended checks and docs for proper commit message format and edition.</title>
<updated>2026-03-06T20:55:01Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-03-05T17:14:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c27d368b92f321e6f91704f554dccbc18df5b075'/>
<id>urn:sha1:c27d368b92f321e6f91704f554dccbc18df5b075</id>
<content type='text'>
Thanks to Tim Schilling for the review.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Clarified optional nature of Contributor License Agreement.</title>
<updated>2026-02-10T14:58:39Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-02-09T15:29:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0dac3dd4a1573b3c9cef3aea6a98440decfc5460'/>
<id>urn:sha1:0dac3dd4a1573b3c9cef3aea6a98440decfc5460</id>
<content type='text'>
It's not clear that CLAs are needed to ensure contributors are
assenting to our license (the "inbound=outbound" agreement),
but we can keep them around for contributors who would like to
(or are required by their employer) to submit one, without
investing additional resources in checking every single contribution.

See https://forum.djangoproject.com/t/cla-vs-dco-for-django-contributors/42399
and recent board minutes.
</content>
</entry>
</feed>
