django-seo icon indicating copy to clipboard operation
django-seo copied to clipboard

Fixing 'backends' Meta

Open jammons opened this issue 12 years ago • 0 comments

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.

jammons avatar Jan 23 '13 19:01 jammons