Matthew Scouten
Matthew Scouten
Thanks for getting back to me. I'm probably going to go with rolling my own in that case.
This is also an issue with django-admin-sortable2. Adding both SortableAdminMixin, and ImportExportMixin hides the import and export button.
In my case I was able to hack around it like this ``` class MenuItemAdmin(SortableAdminMixin, ImportExportMixin, admin.ModelAdmin): # Hack around the fact that the sortable and i/o mixins # fight...
Using `before_import_row` and natural_keys I was able to create stubs for the parent items as I encountered the FKs. This lead to a bunch of nasty uniqueness constraint violations. I...
I'm a new player, so I'm not sure if I'm the right guy to do this. But I'm also temporarily with out a job, so I'll look at the files...