Django dumpdata output is empty
问题 we have a Django 1.4.5 project with a PostgreSQL 9.3 backend. Unfortunately we are facing the problems when attempting to create fixtures for one of the apps (which is called sddb ). The database is full of objects that belong to sddb app: (venv)[root@dl380p1 team112]# ./manage.py shell >>> from sddb.models.media import Metadata >>> len(Metadata.objects.all()) 22916 However the dumpdata output is empty: (venv)[root@dl380p1 team112]# ./manage.py dumpdata sddb [] Explicit pointing of database