Is it possible to selectively filter which records Django\'s dumpdata management command outputs? I have a few models, each with millions of rows, and I only want to dump record
I think django-fixture-magic might be worth a look at.
You'll find some additional background info in Scrubbing your Django database.