I created a fixture using dump_object with --kitchensink option.
python manage.py dump_object --kitchensink tours.tour ids 400 > tours/fixtures/tours.json
I got the tours.json file. Now when I run tests, with the below command
./manage.py test -n It says the child_table_name does not exist
How to resolve this?