#9011: "File format may be invalid" bug in management.commands.loaddata
---------------------------------+------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody    
   Status:  new                  |   Milestone:            
Component:  Core framework       |     Version:  1.0       
 Keywords:                       |       Stage:  Unreviewed
Has_patch:  1                    |  
---------------------------------+------------------------------------------
 If you try to load more than one fixture, one without any object, the
 output maybe wrong.

 Eg. account with zero object, and blog with any number of objects.

 {{{
 >>> from django.core import management
 >>> management.call_command('loaddata', *['account', 'blog'], verbosity=0)
 No fixture data found for 'blog'. (File format may be invalid.)
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9011>
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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to