Open nemesifier opened 9 years ago
When using schema mode, the command ./manage.py dumpdata will dump hstore fields as if they were concrete fields.
./manage.py dumpdata
This, in certain circumstances, can cause problems when reimporting with ./manage.py loaddata.
./manage.py loaddata
This happens only when custom models are loaded at runtime.
When using schema mode, the command
./manage.py dumpdata
will dump hstore fields as if they were concrete fields.This, in certain circumstances, can cause problems when reimporting with
./manage.py loaddata
.This happens only when custom models are loaded at runtime.