#25251: Inconsistent availability of data migrations in TransactionTestCase when
using --keepdb
-------------------------------------+-------------------------------------
     Reporter:  David Szotten        |                    Owner:  Romain
                                     |  Garrigues
         Type:  Bug                  |                   Status:  closed
    Component:  Testing framework    |                  Version:  1.8
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6" b3b1d3d]:
 {{{
 #!CommitTicketReference repository=""
 revision="b3b1d3d45fc066367f4fcacf0b06f72fcd00a9c6"
 Fixed #25251 -- Made data migrations available in TransactionTestCase when
 using --keepdb.

 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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/25251#comment:33>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.2f49b5b723cde542d0abe625effa57c7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to