<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/model_formsets, 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 #31235 -- Made assertQuerysetEqual() compare querysets directly.</title>
<updated>2020-11-06T08:24:50+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-18T16:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3f7b3275627385f8f7531fca01cdda50d4ec6b6e'/>
<id>3f7b3275627385f8f7531fca01cdda50d4ec6b6e</id>
<content type='text'>
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.

Co-authored-by: Peter Inglesby &lt;peter.inglesby@gmail.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.

Co-authored-by: Peter Inglesby &lt;peter.inglesby@gmail.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<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 #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>Fixed #9061 -- Allowed FormSets to disable deleting extra forms.</title>
<updated>2020-06-24T07:26:25+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-06-19T21:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=162765d6c3182e36095d29543e21b44b908625fc'/>
<id>162765d6c3182e36095d29543e21b44b908625fc</id>
<content type='text'>
Thanks to Dan Ward for the initial patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Dan Ward for the initial patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets.</title>
<updated>2020-06-05T10:01:32+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-04-30T07:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=433dd737f94b09043f64b873b0ac067b3f97364b'/>
<id>433dd737f94b09043f64b873b0ac067b3f97364b</id>
<content type='text'>
Co-authored-by: ethurgood &lt;ethurgood@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: ethurgood &lt;ethurgood@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed `'%s' % value` pattern to `str(value)`.</title>
<updated>2020-05-04T06:27:18+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-05-01T14:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8f10ceaa907f3f608494f782f65070d0bb8b9587'/>
<id>8f10ceaa907f3f608494f782f65070d0bb8b9587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Followed style guide for model attribute ordering.</title>
<updated>2018-12-28T00:34:14+00:00</updated>
<author>
<name>Matt Wiens</name>
<email>mwiens91@gmail.com</email>
</author>
<published>2018-12-28T00:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e817ae74da0e515db31907ebcb2d00bcf7c3f5bc'/>
<id>e817ae74da0e515db31907ebcb2d00bcf7c3f5bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29696 -- Prevented BaseModelFormSet.initial_form_count()'s from treating data={} as unbound.</title>
<updated>2018-08-21T14:02:03+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-08-21T14:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ef87b38ef7b07a5a9b4ee424a04a9811836dee39'/>
<id>ef87b38ef7b07a5a9b4ee424a04a9811836dee39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #26819 -- Fixed BaseModelFormSet.validate_unique() "unhashable type: list" crash.</title>
<updated>2018-07-30T20:52:12+00:00</updated>
<author>
<name>Demur Nodia</name>
<email>demur.nodia@gmail.com</email>
</author>
<published>2018-05-27T10:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=06a11ef6ecf324db0a1530b8cca727883698f442'/>
<id>06a11ef6ecf324db0a1530b8cca727883698f442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed nonexistent field reference in test model __str__() method.</title>
<updated>2018-07-30T20:14:57+00:00</updated>
<author>
<name>Demur Nodia</name>
<email>demur.nodia@gmail.com</email>
</author>
<published>2018-07-30T20:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c090ea97c1a199af13c23e83883fbb18598b49fe'/>
<id>c090ea97c1a199af13c23e83883fbb18598b49fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
