<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/model_forms/tests.py, 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 #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on multi-value relations.</title>
<updated>2020-10-27T19:40:04+00:00</updated>
<author>
<name>alvinshaita</name>
<email>alvinshaita@gmail.com</email>
</author>
<published>2020-08-17T03:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=556fa4bbba5ba86bc1646a86fb11ab55405d4aa4'/>
<id>556fa4bbba5ba86bc1646a86fb11ab55405d4aa4</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>Bumped minimum isort version to 5.1.0.</title>
<updated>2020-07-30T08:58:59+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-07-24T06:25:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85'/>
<id>e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85</id>
<content type='text'>
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0.</title>
<updated>2020-06-26T20:37:58+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-26T20:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=09914ccf688974e068941f55412b930729bafa06'/>
<id>09914ccf688974e068941f55412b930729bafa06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31596 -- Changed ForeignKey.validate() to use the base manager.</title>
<updated>2020-06-25T09:36:20+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-06-25T08:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0'/>
<id>e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Used assertIs(…, True) in model_forms.tests.ValidationTest.</title>
<updated>2020-05-18T07:25:26+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-05-18T07:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3b1cb78063466e996cbb042e44aadfac30df73fa'/>
<id>3b1cb78063466e996cbb042e44aadfac30df73fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.</title>
<updated>2020-04-28T08:49:00+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-02-12T13:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b'/>
<id>9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect for fields with blank=False.</title>
<updated>2020-02-05T09:27:01+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-02-02T16:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=da79ee472d803963dc3ea81ee67767dc06068aac'/>
<id>da79ee472d803963dc3ea81ee67767dc06068aac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #26813 -- Added test for ModelChoiceField.choices when using RadioSelect widget.</title>
<updated>2020-02-05T08:21:38+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-02-05T08:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=1d5fb35e6a23c0670f3a128802a1776c8c7deaa8'/>
<id>1d5fb35e6a23c0670f3a128802a1776c8c7deaa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
