<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/multiple_database, branch 1.5b2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5b2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5b2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-11-23T09:19:09Z</updated>
<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>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Fixed various dodgy behaviours</title>
<updated>2011-12-17T17:37:24Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-17T17:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20c8aa2a2029be50449b25122f85bbef0f2b957f'/>
<id>urn:sha1:20c8aa2a2029be50449b25122f85bbef0f2b957f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
