djangonauts / django-hstore

PostgreSQL HStore support for Django.
http://django-hstore.readthedocs.io/
Other
517 stars 142 forks source link

[schema-mode] dumpdata dumps virtual fields that provoke failure on loaddata #113

Open nemesifier opened 9 years ago

nemesifier commented 9 years ago

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.