The dumpdata command does not appear to be doing any compression. This is 
using Django 3.2.6 running in a Docker container with the 
python:3.9.6-buster image. 

Given the command 

> ./manage.py dumpdata myapp.MyModel -o myfixture.json.gz --traceback 

I would expect the file myfixture.json.gz to be compressed in gzip format. 
Instead a plain uncompressed JSON file is generated without any errors. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cf61cc36-4eb8-4136-90a3-a7447a7aa984n%40googlegroups.com.

Reply via email to