<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/django/forms/templates, 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>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>Refs #32339 -- Changed default form and formset rendering style to div-based.</title>
<updated>2023-01-17T10:49:15+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-13T08:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=98756c685ee173bbd43f21ed0553f808be835ce5'/>
<id>98756c685ee173bbd43f21ed0553f808be835ce5</id>
<content type='text'>
Per deprecation timeline.

This also removes "django/forms/default.html" and
"django/forms/formsets/default.html" templates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per deprecation timeline.

This also removes "django/forms/default.html" and
"django/forms/formsets/default.html" templates.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32339 -- Added div.html form template.</title>
<updated>2022-05-05T12:32:43+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-05-05T07:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ec5659382a5f5fc2daf0c87ccc89d0fb07534874'/>
<id>ec5659382a5f5fc2daf0c87ccc89d0fb07534874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #33419 -- Restored marking forms.Field.help_text as HTML safe.</title>
<updated>2022-01-07T14:35:31+00:00</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-01-07T07:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4c60c3edff4312303e1021fca47ed52c2152d285'/>
<id>4c60c3edff4312303e1021fca47ed52c2152d285</id>
<content type='text'>
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.

Thanks Matt Westcott for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.

Thanks Matt Westcott for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32338 -- Added Boundfield.legend_tag().</title>
<updated>2021-12-09T06:16:33+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-11-06T06:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=eba9a9b7f72995206af867600d6685b5405f172a'/>
<id>eba9a9b7f72995206af867600d6685b5405f172a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31026 -- Switched form rendering to template engine.</title>
<updated>2021-09-20T13:50:18+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-09-10T07:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=456466d932830b096d39806e291fe23ec5ed38d5'/>
<id>456466d932830b096d39806e291fe23ec5ed38d5</id>
<content type='text'>
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.

Co-authored-by: Johannes Hoppe &lt;info@johanneshoppe.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.

Co-authored-by: Johannes Hoppe &lt;info@johanneshoppe.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in &lt;div&gt; tags.</title>
<updated>2021-08-27T04:14:01+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-06-11T06:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=5942ab5eb165ee2e759174e297148a40dd855920'/>
<id>5942ab5eb165ee2e759174e297148a40dd855920</id>
<content type='text'>
This improves accessibility for screen reader users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves accessibility for screen reader users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFileInput.</title>
<updated>2020-06-01T10:25:25+00:00</updated>
<author>
<name>Carles Pina</name>
<email>carles@pina.cat</email>
</author>
<published>2020-05-04T15:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e46c2326c8cfc038e015f55fd050ab5d7eb91b62'/>
<id>e46c2326c8cfc038e015f55fd050ab5d7eb91b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget.</title>
<updated>2018-03-15T13:10:23+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-03-14T15:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=87dc0844a634360182bcb74d491508111ef8a652'/>
<id>87dc0844a634360182bcb74d491508111ef8a652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
