<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/basic, branch 1.6b2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=1.6b2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=1.6b2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-06-10T09:30:01Z</updated>
<entry>
<title>Defined available_apps in relevant tests.</title>
<updated>2013-06-10T09:30:01Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-06-04T06:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c6e6d4eeb776c473567362405cdbc6a0328eb194'/>
<id>urn:sha1:c6e6d4eeb776c473567362405cdbc6a0328eb194</id>
<content type='text'>
Fixed #20483.
</content>
</entry>
<entry>
<title>Use assertIsInstance in tests.</title>
<updated>2013-05-21T09:42:15Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2013-05-21T09:42:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=09f865276554f35060ff939722ec4cefd578edf6'/>
<id>urn:sha1:09f865276554f35060ff939722ec4cefd578edf6</id>
<content type='text'>
Gives much nicer errors when it fails.
</content>
</entry>
<entry>
<title>Fixed #20278 -- ensured .get() exceptions do not recurse infinitely</title>
<updated>2013-05-20T15:50:40Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2013-05-20T15:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=266c0bb23e9d64c47ace4d162e582febd5a1e336'/>
<id>urn:sha1:266c0bb23e9d64c47ace4d162e582febd5a1e336</id>
<content type='text'>
A regression caused by d5b93d3281fe93cbef5de84a52 made .get() error
reporting recurse infinitely on certain rare conditions. Fixed this by
not trying to print the given lookup kwargs.
</content>
</entry>
<entry>
<title>Revert "Fixed 19895 -- Made second iteration over invalid queryset raise an exception too"</title>
<updated>2013-03-20T09:41:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-03-20T09:41:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=23490a2394bf03e119e4c9a7a09a9ba35edad430'/>
<id>urn:sha1:23490a2394bf03e119e4c9a7a09a9ba35edad430</id>
<content type='text'>
This reverts commit 2cd0edaa477b327024e4007c8eaf46646dcd0f21.
This commit was the cause of a memory leak. See ticket for more details.
Thanks Anssi Kääriäinen for identifying the source of the bug.
</content>
</entry>
<entry>
<title>Fixed #16649 -- Refactored save_base logic</title>
<updated>2013-03-14T09:01:47Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-11-29T10:10:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=6b4834952dcce0db5cbc1534635c00ff8573a6d8'/>
<id>urn:sha1:6b4834952dcce0db5cbc1534635c00ff8573a6d8</id>
<content type='text'>
Model.save() will use UPDATE - if not updated - INSERT instead of
SELECT - if found UPDATE else INSERT. This should save a query when
updating, but will cost a little when inserting model with PK set.

Also fixed #17341 -- made sure .save() commits transactions only after
the whole model has been saved. This wasn't the case in model
inheritance situations.

The save_base implementation was refactored into multiple methods.
A typical chain for inherited save is:
save_base()
    _save_parents(self)
        for each parent:
            _save_parents(parent)
            _save_table(parent)
    _save_table(self)
</content>
</entry>
<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/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
</feed>
