I use the django dumpdata and loaddata commands to facilitate data export. However, I currently have some unsolved failure warnings, so when I write dumpdata output to a file, the warnings end at the top of the file and I have to manually clear the dump files every time. Is there a way to suppress or avoid warnings that dumpdata output is legal json without having to manually delete the warning text each time?
source share