Can I perform a dumpdata in Django on just a single model, rather than the whole app, and if so, how?
dumpdata
For an app it would be:
python man
I think you had the solution in your question. You can dump an individual model like this:
./manage.py dumpdata myapp.my_model