<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/field_subclassing/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use new TestCase methods for equality comparisons</title>
<updated>2012-12-24T00:24:14Z</updated>
<author>
<name>Ian Clelland</name>
<email>ian@fullfactor.com</email>
</author>
<published>2012-09-28T07:20:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d35fd4c327e05b63c72a1c1e9a4a68de4dddcf0'/>
<id>urn:sha1:8d35fd4c327e05b63c72a1c1e9a4a68de4dddcf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering</title>
<updated>2012-12-13T11:33:11Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-12-13T11:33:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=088d3bc2f84b6b68fee7e5de053b58049bd110e7'/>
<id>urn:sha1:088d3bc2f84b6b68fee7e5de053b58049bd110e7</id>
<content type='text'>
If there are more than one values to compare against and the qs isn't
ordered then assertQuerysetEqual will raise a ValueError.
</content>
</entry>
<entry>
<title>Fixed #18343 -- Cleaned up deferred model implementation</title>
<updated>2012-05-27T15:11:13Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-05-26T23:08:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8a81aae20a81e012fddc24f3ede556501af64a2'/>
<id>urn:sha1:a8a81aae20a81e012fddc24f3ede556501af64a2</id>
<content type='text'>
Generic cleanup and dead code removal in deferred model field loading
and model.__reduce__().

Also fixed an issue where if an inherited model with a parent field
chain parent_ptr_id -&gt; id would be deferred loaded, then accessing
the id field caused caused a database query, even if the id field's
value is already loaded in the parent_ptr_id field.
</content>
</entry>
<entry>
<title>Convert all modeltests to use absolute imports, rather than relative ones.</title>
<updated>2011-10-13T18:04:12Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:04:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5a45d79fe03cad93ab5761860e9bb6fc1db4c86'/>
<id>urn:sha1:d5a45d79fe03cad93ab5761860e9bb6fc1db4c86</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects.</title>
<updated>2011-03-09T23:46:28Z</updated>
<author>
<name>Ian Kelly</name>
<email>ian.g.kelly@gmail.com</email>
</author>
<published>2011-03-09T23:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f17fc56602f8de37ef8c5565ddf04991e8c91442'/>
<id>urn:sha1:f17fc56602f8de37ef8c5565ddf04991e8c91442</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase metaclass.  Thanks to G2P and George Sakkis for their work on the patch.</title>
<updated>2010-11-02T18:40:53Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-11-02T18:40:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=222c73261650201f5ce99e8dd4b1ce0d30a69eb4'/>
<id>urn:sha1:222c73261650201f5ce99e8dd4b1ce0d30a69eb4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.</title>
<updated>2010-09-12T20:03:48Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-12T20:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e2e1802e48b4cfc39c57b46975fc7b316a184db8'/>
<id>urn:sha1:e2e1802e48b4cfc39c57b46975fc7b316a184db8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor.</title>
<updated>2010-02-24T19:06:59Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-24T19:06:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff963358d7d3eb31b51f3d74581b8e17025e3859'/>
<id>urn:sha1:ff963358d7d3eb31b51f3d74581b8e17025e3859</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
