willhardy / django-seo

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

Fixing 'backends' Meta #35

Open jammons opened 11 years ago

jammons commented 11 years ago

I was getting an error when specifying backends in my Metadata model. After a long time looking around, it looks like it was due to part of the code in admin.py attempting to perform operations on non-existant backends. This fixes that by limiting admin registration to just those backend models which are in the backends field.