I am using Django 'dumpdata' to export database table to Geojson file.
$python manage.py dumpdata --format=geojson > test.geojson
However, the geojson file does not contain pk (auto incremented integer). Is there any way to export the pk to the geojson file?