<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/files, 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>2026-04-14T11:32:08Z</updated>
<entry>
<title>Fixed #27150 -- Made base File objects truthy by default.</title>
<updated>2026-04-14T11:32:08Z</updated>
<author>
<name>VIZZARD-X</name>
<email>vigneshanandmay13@gmail.com</email>
</author>
<published>2025-11-26T08:36:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3157285e27a426530ef571855e0e29c317e210df'/>
<id>urn:sha1:3157285e27a426530ef571855e0e29c317e210df</id>
<content type='text'>
</content>
</entry>
<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>Fixed #36298 -- Truncated the overwritten file content in file_move_safe().</title>
<updated>2025-04-07T14:11:36Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-04-04T07:52:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ad3e80e88201f4c557f6fa79fcfc0f8a0961830'/>
<id>urn:sha1:8ad3e80e88201f4c557f6fa79fcfc0f8a0961830</id>
<content type='text'>
Regression in 58cd4902a71a3695dd6c21dc957f59c333db364c.

Thanks Baptiste Mispelon for the report.
</content>
</entry>
<entry>
<title>Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False.</title>
<updated>2024-03-24T15:05:36Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2024-03-21T18:17:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=07c8d979aecf5f1f71ce4f174369df39f24d24b3'/>
<id>urn:sha1:07c8d979aecf5f1f71ce4f174369df39f24d24b3</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>
<entry>
<title>Fixed #34642 -- Added File.open() support for *args and **kwargs.</title>
<updated>2023-09-11T04:07:47Z</updated>
<author>
<name>Yves Weissig</name>
<email>yves@weissig.me</email>
</author>
<published>2023-08-18T16:52:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=369b498219be791ebec8233208f08f07621b8359'/>
<id>urn:sha1:369b498219be791ebec8233208f08f07621b8359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.</title>
<updated>2022-10-24T11:54:51Z</updated>
<author>
<name>Yuri Konotopov</name>
<email>ykonotopov@gnome.org</email>
</author>
<published>2022-09-14T12:24:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64e5ef1f17cd18cb8ca24f4e7107dfd28c18b378'/>
<id>urn:sha1:64e5ef1f17cd18cb8ca24f4e7107dfd28c18b378</id>
<content type='text'>
Thanks Florian Apolloner for the review.
</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>Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.</title>
<updated>2021-09-02T05:08:50Z</updated>
<author>
<name>Stefanos I. Tsaklidis</name>
<email>ctefanos.t@gmail.com</email>
</author>
<published>2021-05-24T15:10:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d0ea01af2814e276c4a090e599d5fd11c6ce4bf8'/>
<id>urn:sha1:d0ea01af2814e276c4a090e599d5fd11c6ce4bf8</id>
<content type='text'>
Thanks Nick Pope for the review.
</content>
</entry>
</feed>
