magopian / django-data-exports

Model data exports for Django
http://django-data-exports.rtfd.org
BSD 3-Clause "New" or "Revised" License
39 stars 12 forks source link

Duplicate models in "Model" dropdown (On Add export page) #10

Closed willbeaufoy closed 10 years ago

willbeaufoy commented 10 years ago

In the list of models to choose from on this dropdown 4 of my models are duplicated. For each duplicate only one will work as an export. There are also all sorts of other strange things in this list, e.g 'log entry' and 'import model'

I assume this list is populated from the database somehow, and perhaps the strange entries are coming from other installed apps I have. How is it populated and how could I restrict the options that display here?

willbeaufoy commented 10 years ago

Ok I now see this is because I need to clean up my django_content_type table. Closing the issue.