<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/file_uploads, 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-05-06T00:13:40Z</updated>
<entry>
<title>Fixed #37053 -- Added validate=True to base64.b64decode() calls.</title>
<updated>2026-05-06T00:13:40Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2026-04-20T12:07:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=57b23d15259c32dba80bb093645242f1b3b25365'/>
<id>urn:sha1:57b23d15259c32dba80bb093645242f1b3b25365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed integer pk assumption from file_uploads test.</title>
<updated>2026-05-02T12:19:54Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-05-02T01:15:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=50bbf71bbd51616e2ce48785336ca3746fbe5f24'/>
<id>urn:sha1:50bbf71bbd51616e2ce48785336ca3746fbe5f24</id>
<content type='text'>
The test was incompatible with MongoDB's bson.ObjectId.
</content>
</entry>
<entry>
<title>Modified tests to format PKs with %s rather than %d.</title>
<updated>2026-02-10T21:04:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-02-06T16:06:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d007fcf7291cc3c24d4545e23c759bde22b6a8a6'/>
<id>urn:sha1:d007fcf7291cc3c24d4545e23c759bde22b6a8a6</id>
<content type='text'>
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
</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/chango.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/chango.git/commit/?id=1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e'/>
<id>urn:sha1:1ecf6889cabc9f3f60d3fdd651468cddd8f4da6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save method.</title>
<updated>2024-07-09T12:21:19Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-03-20T16:55:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fe4a0bbe2088d0c2b331216dad21ccd0bb3ee80d'/>
<id>urn:sha1:fe4a0bbe2088d0c2b331216dad21ccd0bb3ee80d</id>
<content type='text'>
Thanks to Josh Schneier for the report, and to Carlton Gibson and Sarah
Boyce for the reviews.
</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/chango.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 #34968 -- Made multipart parsing of headers raise an error on too long headers.</title>
<updated>2023-11-24T11:06:54Z</updated>
<author>
<name>Standa Opichal</name>
<email>stanislav.opichal@rossum.ai</email>
</author>
<published>2023-11-10T16:40:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1c6e8ec4ed6d9c374161eda965160e4782c7d71e'/>
<id>urn:sha1:1c6e8ec4ed6d9c374161eda965160e4782c7d71e</id>
<content type='text'>
This also allow customizing the maximum size of headers via
MAX_TOTAL_HEADER_SIZE.
</content>
</entry>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36Z</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>urn:sha1:32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34110 -- Added in-memory file storage.</title>
<updated>2023-01-10T09:56:59Z</updated>
<author>
<name>Francesco Panico</name>
<email>panico.francesco@gmail.com</email>
</author>
<published>2022-11-11T06:17:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=72efd840a8cb6ee35a3732d8bb434e7361970b3c'/>
<id>urn:sha1:72efd840a8cb6ee35a3732d8bb434e7361970b3c</id>
<content type='text'>
Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for
reviews.
</content>
</entry>
</feed>
