<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/basic, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-11-06T08:24:50Z</updated>
<entry>
<title>Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.</title>
<updated>2020-11-06T08:24:50Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-18T16:29:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3f7b3275627385f8f7531fca01cdda50d4ec6b6e'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.</title>
<updated>2020-07-31T11:19:33Z</updated>
<author>
<name>Alexandr Tatarinov</name>
<email>tatarinov1997@gmail.com</email>
</author>
<published>2020-06-14T18:38:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f4ac167119e8897c398527c392ed117326496652'/>
<id>urn:sha1:f4ac167119e8897c398527c392ed117326496652</id>
<content type='text'>
QuerySet.alias() allows creating reusable aliases for expressions that
don't need to be selected but are used for filtering, ordering, or as
a part of complex expressions.

Thanks Simon Charette for reviews.
</content>
</entry>
<entry>
<title>Fixed #29129 -- Skipped UPDATE when adding a model instance with inherited primary key that has a default.</title>
<updated>2020-03-05T11:08:38Z</updated>
<author>
<name>Abhijeet Viswa</name>
<email>abhijeetviswa@gmail.com</email>
</author>
<published>2020-02-26T17:49:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=babd4126853e48594b61e8db71a83d7bdd929b9c'/>
<id>urn:sha1:babd4126853e48594b61e8db71a83d7bdd929b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified imports from django.db and django.contrib.gis.db.</title>
<updated>2020-02-04T12:20:06Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-08-20T07:54:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=335c9c94acf263901fb023404408880245b0c4b4'/>
<id>urn:sha1:335c9c94acf263901fb023404408880245b0c4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.</title>
<updated>2019-10-01T15:58:19Z</updated>
<author>
<name>ElizabethU</name>
<email>elizabeth.uselton@gmail.com</email>
</author>
<published>2019-09-03T02:09:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=54ea290e5bbd19d87bd8dba807738eeeaf01a362'/>
<id>urn:sha1:54ea290e5bbd19d87bd8dba807738eeeaf01a362</id>
<content type='text'>
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
</content>
</entry>
<entry>
<title>Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary key that has a default.</title>
<updated>2019-08-19T11:28:35Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-08-17T13:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=85458e94e38c20e57939947ee515a1a53689659f'/>
<id>urn:sha1:85458e94e38c20e57939947ee515a1a53689659f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.</title>
<updated>2019-05-12T05:05:24Z</updated>
<author>
<name>Amir Hadi</name>
<email>hadi.amir@gmail.com</email>
</author>
<published>2019-04-13T12:33:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=330638b89f14e1fb06e9d313ccc9768ae167c53f'/>
<id>urn:sha1:330638b89f14e1fb06e9d313ccc9768ae167c53f</id>
<content type='text'>
Co-authored-by: Tim Graham &lt;timograham@gmail.com&gt;
Co-authored-by: Patryk Zawadzki &lt;patrys@room-303.com&gt;
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #30254 -- Added tests for Model.__hash__() inheritance.</title>
<updated>2019-04-24T07:59:09Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-04-15T10:18:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=607ff4efa31cd0c2217ed021dc939ffddad89c97'/>
<id>urn:sha1:607ff4efa31cd0c2217ed021dc939ffddad89c97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched setUp() to setUpTestData() where possible in Django's tests.</title>
<updated>2018-11-27T14:35:17Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2018-11-24T01:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=84e7a9f4a7bb3cad2bffae97baaae99de152c451'/>
<id>urn:sha1:84e7a9f4a7bb3cad2bffae97baaae99de152c451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a test for a lookup in Model.refresh_from_db(fields=[...]).</title>
<updated>2018-11-15T16:38:47Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2018-11-15T16:38:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cf915cb5138e0b245393429e141cb741a390a095'/>
<id>urn:sha1:cf915cb5138e0b245393429e141cb741a390a095</id>
<content type='text'>
</content>
</entry>
</feed>
