willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
252 stars 117 forks source link

Not all relevant models listed in model metadata admin page #3

Closed willhardy closed 13 years ago

willhardy commented 13 years ago

The list of relevant models in the model metadata admin page is taken from the seo_models setting. But this will not contain models that use admin inlines.

It should be possible to add model metadata for these models too.

willhardy commented 13 years ago

Closed by 716ac7b163b8b90d04ca1f199eb6e531d558b359. inline models are now compatible with seo_models, please list all relevant models there.