• romgar's avatar
    Fixed #25251 -- Made data migrations available in TransactionTestCase when using --keepdb. · b3b1d3d4
    romgar yazdı
    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.
    b3b1d3d4
settings.txt 105 KB