<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/gis_tests/layermap/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Removed double spaces after periods and within phrases.</title>
<updated>2025-07-23T13:09:43Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-07-18T13:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typos in docstrings and docs.</title>
<updated>2024-03-07T05:01:01Z</updated>
<author>
<name>cuinix</name>
<email>915115094@qq.com</email>
</author>
<published>2024-03-07T03:23:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20848bcf39de891bcf865b47f6f5f550e3f21958'/>
<id>urn:sha1:20848bcf39de891bcf865b47f6f5f550e3f21958</id>
<content type='text'>
Signed-off-by: cuinix &lt;915115094@qq.com&gt;
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32230 -- Made LayerMapping support pathlib.Path.</title>
<updated>2020-11-28T06:41:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-11-28T06:28:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=931c6e982c078073dfa9b5dc1ef0059f8c787719'/>
<id>urn:sha1:931c6e982c078073dfa9b5dc1ef0059f8c787719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30020 -- Fixed reading nulls with LayerMapping.</title>
<updated>2019-02-01T00:50:16Z</updated>
<author>
<name>Kathryn Killebrew</name>
<email>kathryn.killebrew@gmail.com</email>
</author>
<published>2019-02-01T00:50:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=75d627888bf42f8de6064a0bd665c98c0df66c55'/>
<id>urn:sha1:75d627888bf42f8de6064a0bd665c98c0df66c55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.</title>
<updated>2019-01-11T00:11:21Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-07-12T04:12:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c775391b78b2a4a2b57c5e89ed4888f36aada4b'/>
<id>urn:sha1:8c775391b78b2a4a2b57c5e89ed4888f36aada4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used 4 space hanging indent for dictionaries.</title>
<updated>2019-01-02T23:18:19Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-01-02T23:18:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0004daa536890fdb389c895baaa21bea6a1f7073'/>
<id>urn:sha1:0004daa536890fdb389c895baaa21bea6a1f7073</id>
<content type='text'>
Thanks Mariusz Felisiak for auditing.</content>
</entry>
</feed>
