<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/multiple_database, branch 1.5.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-08T20:13:43Z</updated>
<entry>
<title>[1.5.x] Cleaned up some lingering signals in the test suite that were causing spurious failures with Pypy and Postgres.</title>
<updated>2013-02-08T20:13:43Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2013-02-08T20:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=15796db507f5ce64f6935a0b634b4d1000c28401'/>
<id>urn:sha1:15796db507f5ce64f6935a0b634b4d1000c28401</id>
<content type='text'>
Backport of db09a2de6e1bc7121
</content>
</entry>
<entry>
<title>[1.5.x] Fixed a randomly failing test under Python 3.</title>
<updated>2012-12-24T10:26:38Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-24T10:25:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1114d8203ea48f4a1021f59a87954d321d8b1fa5'/>
<id>urn:sha1:1114d8203ea48f4a1021f59a87954d321d8b1fa5</id>
<content type='text'>
Refs #17758.

Backport of e8f07f0 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Tweak a test to avoid hitting a limit with SQLite.</title>
<updated>2012-11-23T09:19:09Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-11-23T09:02:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a892cd3191cd2e0d98756764ed7be3ad59b95850'/>
<id>urn:sha1:a892cd3191cd2e0d98756764ed7be3ad59b95850</id>
<content type='text'>
Django cannot delete more than 999 objects at a time with SQLite.

Refs #16426, #16039.

Backport of 2875b5d from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.</title>
<updated>2012-11-22T19:54:20Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-11-22T19:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9bd67f056c6d1697d81841e3e21661069f57b14e'/>
<id>urn:sha1:9bd67f056c6d1697d81841e3e21661069f57b14e</id>
<content type='text'>
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055.

Backport of a026e48 from master.
</content>
</entry>
<entry>
<title>Used @override_settings in several tests.</title>
<updated>2012-10-20T21:22:46Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-20T21:22:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7c6a57d606bbb8185f9215ffce4c0516a9ae438'/>
<id>urn:sha1:d7c6a57d606bbb8185f9215ffce4c0516a9ae438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19095 -- invalid code in multidb tests.</title>
<updated>2012-10-09T19:23:02Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-10-09T19:23:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c9b4e9ac3a6c56f2b006b723972e77722d3ac937'/>
<id>urn:sha1:c9b4e9ac3a6c56f2b006b723972e77722d3ac937</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18306 -- Made deferred models issue update_fields on save</title>
<updated>2012-08-12T19:39:27Z</updated>
<author>
<name>Andrei Antoukh</name>
<email>niwi@niwi.be</email>
</author>
<published>2012-08-12T19:17:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99321e30cebbffeafc6ae19f4f92a0a665cbf19b'/>
<id>urn:sha1:99321e30cebbffeafc6ae19f4f92a0a665cbf19b</id>
<content type='text'>
Deferred models now automatically update only the fields which are
loaded from the db (with .only() or .defer()). In addition, any field
set manually after the load is updated on save.
</content>
</entry>
<entry>
<title>[py3] Refactored __unicode__ to __str__.</title>
<updated>2012-08-12T12:44:40Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-12T10:32:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4a0b27838c815af87698920cc4db7d2afd6f05b'/>
<id>urn:sha1:d4a0b27838c815af87698920cc4db7d2afd6f05b</id>
<content type='text'>
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
</content>
</entry>
<entry>
<title>Switched to using the standard method for comparing querysets in teh templates.</title>
<updated>2012-08-08T14:50:59Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2012-08-08T14:50:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0955d16a165e9da2f69813cc9983fd10dddbfa62'/>
<id>urn:sha1:0955d16a165e9da2f69813cc9983fd10dddbfa62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Used compatible imports of StringIO.</title>
<updated>2012-08-08T12:50:01Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-07T13:41:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=396357741b88dfcd85486db673dbb822da8b2de0'/>
<id>urn:sha1:396357741b88dfcd85486db673dbb822da8b2de0</id>
<content type='text'>
</content>
</entry>
</feed>
