<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/fixtures_model_package/tests.py, branch fix-31295</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=fix-31295</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=fix-31295'/>
<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>Removed unneeded u prefixes</title>
<updated>2012-06-19T15:37:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-19T15:37:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f08fa5b5556e6a3e81fdd644f5b7bcc9e795821a'/>
<id>urn:sha1:f08fa5b5556e6a3e81fdd644f5b7bcc9e795821a</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>Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)</title>
<updated>2012-06-06T13:47:48Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-06T13:45:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c57809a560cb67c79b9e8a77cc713e8a2424c8e'/>
<id>urn:sha1:2c57809a560cb67c79b9e8a77cc713e8a2424c8e</id>
<content type='text'>
Tests were still failing with MySQL. It seems a rollback is solving
the issue.
</content>
</entry>
<entry>
<title>Made TestNoInitialDataLoading pass with MySQL (Refs #15926)</title>
<updated>2012-06-06T11:54:40Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-06T11:53:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0664dc8ae541b21e3cf421725e7933a9b3a799e'/>
<id>urn:sha1:f0664dc8ae541b21e3cf421725e7933a9b3a799e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15926 -- Added option --no-initial-data to syncdb and flush.</title>
<updated>2012-06-05T14:46:15Z</updated>
<author>
<name>Honza Kral</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2012-06-05T14:46:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fedac99c859c626544d38fc0ea07207ef3fd101a'/>
<id>urn:sha1:fedac99c859c626544d38fc0ea07207ef3fd101a</id>
<content type='text'>
Thanks msiedlarek, jpaugh64 and vlinhart!
</content>
</entry>
<entry>
<title>Changed the fixtures used to test the 'initial_data' feature so they don't contain datetimes. Refs #17275.</title>
<updated>2011-11-27T13:00:56Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2011-11-27T13:00:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb7ab7730d8381bd7a7aa0b1266757f02a5d4990'/>
<id>urn:sha1:fb7ab7730d8381bd7a7aa0b1266757f02a5d4990</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</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>Pass commit=False to loaddata in tests, which will keep the DB connection open. Closing the connection has the side-effect on some DBs (Postgres, MySQL/InnoDB) of rolling back the transaction that was in progress, causing these tests to fail.</title>
<updated>2010-09-10T19:16:43Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-09-10T19:16:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ad4b328fa3f9eef84649f885be868316e672fa9'/>
<id>urn:sha1:6ad4b328fa3f9eef84649f885be868316e672fa9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14155 -- Refactored another doctest suite and call to flush. Thanks to Alex Gaynor for the patch.</title>
<updated>2010-08-23T07:04:41Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-23T07:04:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10de06b6d416fc1dbaa48d991b258bfc9dca791a'/>
<id>urn:sha1:10de06b6d416fc1dbaa48d991b258bfc9dca791a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
