#18990: 'manage.py loaddata' does not report if the loading file does not exist
------------------------------+----------------------
     Reporter:  sergzach      |      Owner:  nobody
         Type:  Bug           |     Status:  new
    Component:  Core (Other)  |    Version:  1.4
     Severity:  Normal        |   Keywords:  loaddata
 Triage Stage:  Unreviewed    |  Has patch:  0
Easy pickings:  0             |      UI/UX:  0
------------------------------+----------------------
 In the next case the file '''ProductCategory2.json''' does not exist but
 the loaddata utility does not report about it. It reports that 0 objects
 installed from 0 fixtures instead.

 {{{
 v11162:/www/lavka/dargent# python manage.py loaddata
 /root/models/ProductCategory2.json
 Installed 0 object(s) from 0 fixture(s)
 }}}

 There are files in /root/lavka/:


 {{{
 v11162:/www/lavka/dargent# ls /root/models/
 Country.json  Producer.json  ProductCategory.json
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18990>
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 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 https://groups.google.com/groups/opt_out.


Reply via email to