[Answer]-Django sqlite downgrade loaddata Could not load contenttypes.ContentType(pk=1): no such column: name

1👍

You need to edit your JSON fixture file to make it match the new state of the ContentType model.

I guess removing all the name keys from the JSON file will be enough.

👤aumo

Leave a comment