<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/multiple_database/tests.py, branch 1.5a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-10-20T21:22:46Z</updated>
<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>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>
<entry>
<title>Fixed multiple database tests that broke foreign keys constraints. Refs #17055.</title>
<updated>2011-10-16T11:04:34Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-10-16T11:04:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2'/>
<id>urn:sha1:8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2</id>
<content type='text'>
The problem was masked by the rollback at the end of each transactional test on backends that deferred constraints checks; it appeared only on MySQL + InnoDB.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@16995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert the remainder of the relative imports in the tests to be absolute imports.</title>
<updated>2011-10-13T21:34:56Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T21:34:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c0eefd066aa0e5bfe8c1006d055be8e2ad69a2b'/>
<id>urn:sha1:8c0eefd066aa0e5bfe8c1006d055be8e2ad69a2b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.</title>
<updated>2011-08-12T14:14:15Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-08-12T14:14:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bce890ace4a97ab7a7a9b918f1452c6592d9b08e'/>
<id>urn:sha1:bce890ace4a97ab7a7a9b918f1452c6592d9b08e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
