<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/forms_tests, branch 3.2</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 #22276 -- Fixed crash when formset  management form is invalid.</title>
<updated>2020-11-05T09:40:41+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-11-05T09:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=859cd7c6b43bf70e2852eda10f635c70feeb397f'/>
<id>859cd7c6b43bf70e2852eda10f635c70feeb397f</id>
<content type='text'>
Co-authored-by: Patryk Zawadzki &lt;patrys@room-303.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Patryk Zawadzki &lt;patrys@room-303.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #13060 -- Improved error message when ManagementForm data is missing.</title>
<updated>2020-10-21T09:47:07+00:00</updated>
<author>
<name>manav014</name>
<email>dpsman13016@gmail.com</email>
</author>
<published>2020-10-20T22:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=096b14f0ac8513c5d76c1b693721b6aede18777d'/>
<id>096b14f0ac8513c5d76c1b693721b6aede18777d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.</title>
<updated>2020-10-17T18:30:57+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-10-17T14:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7f85498eef1d8fcc52e4fb70df8041f5452d405a'/>
<id>7f85498eef1d8fcc52e4fb70df8041f5452d405a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.</title>
<updated>2020-10-09T06:14:17+00:00</updated>
<author>
<name>Qi Zhao</name>
<email>zhaoqi99@outlook.com</email>
</author>
<published>2020-10-08T13:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=de81676b51e4dad510ef387c3ae625f9091fe57f'/>
<id>de81676b51e4dad510ef387c3ae625f9091fe57f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32042 -- Improved error messages for the number of submitted forms in formsets.</title>
<updated>2020-09-28T05:05:34+00:00</updated>
<author>
<name>meghanabhange</name>
<email>meghanabhange13@gmail.com</email>
</author>
<published>2020-09-23T20:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=848770dd2c5dec6c805d67f470eb936f38b9421d'/>
<id>848770dd2c5dec6c805d67f470eb936f38b9421d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #28009 -- Added empty_value tests for CharField subclasses.</title>
<updated>2020-09-25T10:33:54+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-09-25T10:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b8239cae19128012db453a2e17c4dd2def421018'/>
<id>b8239cae19128012db453a2e17c4dd2def421018</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added assertions for cleaning None values for forms.JSONField and forms.UUIDField.</title>
<updated>2020-09-25T08:12:01+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-09-25T08:00:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=997f87c5b03f4dfdb70b9bd71c889bd6bb3e72cc'/>
<id>997f87c5b03f4dfdb70b9bd71c889bd6bb3e72cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30563 -- Optimized form Media by removing duplicated assets when adding.</title>
<updated>2020-09-24T11:53:06+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-08-30T12:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=599f2f79e22aaa475e45b72768babf70ac71a6b2'/>
<id>599f2f79e22aaa475e45b72768babf70ac71a6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #30563 -- Added tests for merging form Media with different ordering.</title>
<updated>2020-09-24T11:53:02+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-08-30T12:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=1ac337cca61570ed64acf02e1700483f7fd02cf6'/>
<id>1ac337cca61570ed64acf02e1700483f7fd02cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected docstring quotes in various code.</title>
<updated>2020-09-22T08:30:53+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-09-22T08:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=75d7af43c104afeb0f101a79535cb63814d6d0f9'/>
<id>75d7af43c104afeb0f101a79535cb63814d6d0f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
