I'm using `django.core.management.call_command('dumpdata')` directly to export data dynamically. This should use the `base_objects`. It won't because it's only used when `django/core/management/commands/dumpdata.py` is in the stack, which is a bit hacky. (https://github.com/chrisglass/django_polymorphic/blob/master/polymorphic/base.py#L244) I would be happy to help and fix this myself but maybe you could guide me how.