<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/file_uploads, branch main</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36+00:00</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34110 -- Added in-memory file storage.</title>
<updated>2023-01-10T09:56:59+00:00</updated>
<author>
<name>Francesco Panico</name>
<email>panico.francesco@gmail.com</email>
</author>
<published>2022-11-11T06:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=72efd840a8cb6ee35a3732d8bb434e7361970b3c'/>
<id>72efd840a8cb6ee35a3732d8bb434e7361970b3c</id>
<content type='text'>
Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for
reviews.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Paolo Melchiorre, Carlton Gibson, and Mariusz Felisiak for
reviews.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.</title>
<updated>2022-12-30T12:28:47+00:00</updated>
<author>
<name>Francesco Panico</name>
<email>panico.francesco@gmail.com</email>
</author>
<published>2022-12-30T11:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c179ad9fe7e82dcb80261aa016f2fe18c8fcc181'/>
<id>c179ad9fe7e82dcb80261aa016f2fe18c8fcc181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated documentation and comments for RFC updates.</title>
<updated>2022-11-10T12:52:17+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2022-11-04T12:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9bd174b9a75299dce33e673a559f2b673399b971'/>
<id>9bd174b9a75299dce33e673a559f2b673399b971</id>
<content type='text'>
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Updated references to RFC 1123 to RFC 5322
  - Only partial as RFC 5322 sort of sub-references RFC 1123.
- Updated references to RFC 2388 to RFC 7578
  - Except RFC 2388 Section 5.3 which has no equivalent.
- Updated references to RFC 2396 to RFC 3986
- Updated references to RFC 2616 to RFC 9110
- Updated references to RFC 3066 to RFC 5646
- Updated references to RFC 7230 to RFC 9112
- Updated references to RFC 7231 to RFC 9110
- Updated references to RFC 7232 to RFC 9110
- Updated references to RFC 7234 to RFC 9111
- Tidied up style of text when referring to RFC documents
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33697 -- Used django.utils.http.parse_header_parameters() for parsing boundary streams.</title>
<updated>2022-06-28T07:42:47+00:00</updated>
<author>
<name>Mehrdad</name>
<email>mhrddmoradii@gmail.com</email>
</author>
<published>2022-06-24T18:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d4d5427571b4bf3a21c902276c2a00215c2a37cc'/>
<id>d4d5427571b4bf3a21c902276c2a00215c2a37cc</id>
<content type='text'>
This also removes unused parse_header() and _parse_header_params()
helpers in django.http.multipartparser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also removes unused parse_header() and _parse_header_params()
helpers in django.http.multipartparser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33697 -- Fixed multipart parsing of headers with double quotes and semicolons.</title>
<updated>2022-06-01T08:11:07+00:00</updated>
<author>
<name>Mehrdad</name>
<email>mhrddmoradii@gmail.com</email>
</author>
<published>2022-05-27T17:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=93cedc82f29076c824d476354527af1150888e4f'/>
<id>93cedc82f29076c824d476354527af1150888e4f</id>
<content type='text'>
See https://github.com/python/cpython/commit/1ef0c0349e8fdb5415e21231cb42edbf232b742a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/python/cpython/commit/1ef0c0349e8fdb5415e21231cb42edbf232b742a
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored problematic code before reformatting by Black.</title>
<updated>2022-02-03T10:20:46+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-03T10:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c5cd8783825b5f6384417dac5f3889b4210b7d08'/>
<id>c5cd8783825b5f6384417dac5f3889b4210b7d08</id>
<content type='text'>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.</title>
<updated>2022-02-01T06:41:40+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-01-21T06:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=fc18f36c4ab94399366ca2f2007b3692559a6f23'/>
<id>fc18f36c4ab94399366ca2f2007b3692559a6f23</id>
<content type='text'>
Thanks Alan Ryan for the report and initial patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Alan Ryan for the report and initial patch.
</pre>
</div>
</content>
</entry>
</feed>
