#15063: multi_db flag on TestCase causes invalid error reporting
----------------------------------------+-----------------------------------
          Reporter:  dcramer            |         Owner:  nobody
            Status:  reopened           |     Milestone:        
         Component:  Testing framework  |       Version:  1.2   
        Resolution:                     |      Keywords:        
             Stage:  Accepted           |     Has_patch:  0     
        Needs_docs:  0                  |   Needs_tests:  0     
Needs_better_patch:  0                  |  
----------------------------------------+-----------------------------------
Changes (by russellm):

  * status:  closed => reopened
  * resolution:  invalid =>
  * component:  Uncategorized => Testing framework
  * stage:  Unreviewed => Accepted

Comment:

 Following discussion with David on IRC:

 The actual problem here is a fixture that contains many valid objects,
 being synchronized onto a database where none of the models for those
 objects exist. E.g., I have a fixture with 10 Author objects; the Author
 table isn't synchronized onto 'other', but I'm loading Author onto
 'other'. There are 10 valid objects, but 0 "loaded" objects, which raises
 an error during test case fixture loading.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15063#comment:2>
Django <http://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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to