<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/test_discovery_sample3/__init__.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-12-05T20:30:23Z</updated>
<entry>
<title>Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb."</title>
<updated>2018-12-05T20:30:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-05T20:21:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c7c608a1deee37055d4a2b8a71e34def04a2a1f'/>
<id>urn:sha1:4c7c608a1deee37055d4a2b8a71e34def04a2a1f</id>
<content type='text'>
This reverts commits b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6 and
9fa0d3786febf36c87ef059a39115aa1ce3326e8 due to reverse build failures
for which a solution isn't forthcoming.
</content>
</entry>
<entry>
<title>Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb.</title>
<updated>2018-11-06T21:57:50Z</updated>
<author>
<name>romgar</name>
<email>romain.garrigues.cs@gmail.com</email>
</author>
<published>2016-11-07T22:08:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6'/>
<id>urn:sha1:b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6</id>
<content type='text'>
Data loaded in migrations were restored at the beginning of each
TransactionTestCase and all the tables are truncated at the end of
these test cases. If there was a TransactionTestCase at the end of
the test suite, the migrated data weren't restored in the database
(especially unexpected when using --keepdb). Now data is restored
at the end of each TransactionTestCase.
</content>
</entry>
</feed>
