<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code, branch 5.1.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-08-28T14:47:15Z</updated>
<entry>
<title>[5.1.x] Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly.</title>
<updated>2024-08-28T14:47:15Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-08-09T17:03:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a461cae3e5536cbacafa53dbd290ff68df22e67'/>
<id>urn:sha1:9a461cae3e5536cbacafa53dbd290ff68df22e67</id>
<content type='text'>
Over the years we've had multiple instances of hit and misses when
emitting warnings: either setting the wrong stacklevel or not setting
it at all.

This work adds assertions for the existing warnings that were declaring
the correct stacklevel, but were lacking tests for it.

Backport of 57307bbc7d88927989cf5b314f16d6e13ade04e6 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Used :pypi: role in docs where appropriate.</title>
<updated>2024-08-05T13:36:41Z</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=20bd3f02becc8c8657a23f058b82e8708e9336cc'/>
<id>urn:sha1:20bd3f02becc8c8657a23f058b82e8708e9336cc</id>
<content type='text'>
Backport of 304d25667433a59409e334a93acaaa9201840508 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Added contributor guidelines for performance optimizations.</title>
<updated>2024-07-25T07:28:15Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-07-02T15:49:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d9d77de2f6b417dd3c9d01a6f3879c37482be725'/>
<id>urn:sha1:d9d77de2f6b417dd3c9d01a6f3879c37482be725</id>
<content type='text'>
Backport of 2c024c9ac096d06d9e78d1ae02b52f73a45eadf8 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Updated asgiref dependency for 5.1 release series.</title>
<updated>2024-07-24T06:25:45Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-07-24T05:30:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e5d2664908164d51d2daa46e375da8b6a93def03'/>
<id>urn:sha1:e5d2664908164d51d2daa46e375da8b6a93def03</id>
<content type='text'>
Backport of df35cf578f99522dd1ba864d513be95d47bab7a5 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Replaced usage of "patch" with more precise terms in contributing docs.</title>
<updated>2024-07-04T20:55:19Z</updated>
<author>
<name>Andreu Vallbona</name>
<email>avallbona@gmail.com</email>
</author>
<published>2024-06-09T14:55:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ad42bc812afb9658a6df565a7da63a9fa1005d7'/>
<id>urn:sha1:7ad42bc812afb9658a6df565a7da63a9fa1005d7</id>
<content type='text'>
Backport of 55a2e3136b13d1af95a4129001dac963c26d8415 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Migrated setuptools configuration to pyproject.toml.</title>
<updated>2024-06-25T01:31:17Z</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=b4dd76c315ff06e4897fd380e0ad0eaf88db8a9d'/>
<id>urn:sha1:b4dd76c315ff06e4897fd380e0ad0eaf88db8a9d</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;

Backport of 4686541691dbe986f58ac87630c3b7a04db4ff93 from main.
</content>
</entry>
<entry>
<title>Added a high contrast mode to screenshot cases.</title>
<updated>2024-05-02T11:18:58Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-04-16T07:28:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=39828fa7786a805f7a542abb929f352d3c5b722c'/>
<id>urn:sha1:39828fa7786a805f7a542abb929f352d3c5b722c</id>
<content type='text'>
Thank you to Sarah Abderemane and Nick Pope for the reviews.
</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>
</feed>
