<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/django/forms, 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 #32339 -- Fixed super() call in deprecated renderers.</title>
<updated>2023-05-17T14:11:43+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-05-17T14:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4a5753fb0af28967c9ad6a5be8966cdbd933ad64'/>
<id>4a5753fb0af28967c9ad6a5be8966cdbd933ad64</id>
<content type='text'>
Missing function call `()` leads to:

TypeError: descriptor '__init__' of 'super' object needs an argument

Regression in b209518089131c6b4afd18b1d9c320ba3521c5ab.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Missing function call `()` leads to:

TypeError: descriptor '__init__' of 'super' object needs an argument

Regression in b209518089131c6b4afd18b1d9c320ba3521c5ab.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field.</title>
<updated>2023-05-03T11:42:00+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-13T08:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=fb4c55d9ec4bb812a7fb91fa20510d91645e411b'/>
<id>fb4c55d9ec4bb812a7fb91fa20510d91645e411b</id>
<content type='text'>
Thanks Moataz Al-Sharida and nawaik for reports.

Co-authored-by: Shai Berger &lt;shai@platonix.com&gt;
Co-authored-by: nessita &lt;124304+nessita@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Moataz Al-Sharida and nawaik for reports.

Co-authored-by: Shai Berger &lt;shai@platonix.com&gt;
Co-authored-by: nessita &lt;124304+nessita@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.</title>
<updated>2023-04-28T04:58:10+00:00</updated>
<author>
<name>Coen van der Kamp</name>
<email>coen@fourdigits.nl</email>
</author>
<published>2023-03-08T19:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7bbbadc69383f0a2b99253e153b974f8783e876d'/>
<id>7bbbadc69383f0a2b99253e153b974f8783e876d</id>
<content type='text'>
This also deprecates "http" as the default scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also deprecates "http" as the default scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoided creating default form fields in fields_for_model() when declared on form.</title>
<updated>2023-04-27T13:26:23+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-04-27T13:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=720abed34304ec410c04a2e7a7dec7be4dae0d61'/>
<id>720abed34304ec410c04a2e7a7dec7be4dae0d61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid.</title>
<updated>2023-04-21T05:48:27+00:00</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2023-04-20T03:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8a6c0203c4e92908c2b26ba54feba4ce7e76d081'/>
<id>8a6c0203c4e92908c2b26ba54feba4ce7e76d081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34077 -- Added form field rendering.</title>
<updated>2023-03-24T09:16:30+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-11-02T20:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=cad376f844c7bdeeee7607a7c0ea8ae52061309b'/>
<id>cad376f844c7bdeeee7607a7c0ea8ae52061309b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.</title>
<updated>2023-03-22T06:59:39+00:00</updated>
<author>
<name>Jure Slak</name>
<email>jure.slak@gmail.com</email>
</author>
<published>2023-03-20T21:42:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d22209cb428ecb083548fd21cae714a60c7fd5f7'/>
<id>d22209cb428ecb083548fd21cae714a60c7fd5f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.</title>
<updated>2023-03-21T18:44:41+00:00</updated>
<author>
<name>T. Franzel</name>
<email>tfranzel@users.noreply.github.com</email>
</author>
<published>2023-03-10T23:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a2eaea8f22305b57dff3ab13add2e2887287bb6f'/>
<id>a2eaea8f22305b57dff3ab13add2e2887287bb6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled.</title>
<updated>2023-02-20T08:04:29+00:00</updated>
<author>
<name>Laurens Verhoeven</name>
<email>12578054+laurensverhoeven@users.noreply.github.com</email>
</author>
<published>2023-02-17T20:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=6cbc403b8ee7014bd6dae4892d404eedb1d4a50d'/>
<id>6cbc403b8ee7014bd6dae4892d404eedb1d4a50d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing() method.</title>
<updated>2023-02-07T13:18:58+00:00</updated>
<author>
<name>Bakdolot</name>
<email>80908236+Bakdolot@users.noreply.github.com</email>
</author>
<published>2023-02-07T13:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=5f3c7b7e1d059397e915bfa71409b49648b5d524'/>
<id>5f3c7b7e1d059397e915bfa71409b49648b5d524</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
