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

Exception when adding model metadata in admin #15

Closed willhardy closed 13 years ago

willhardy commented 13 years ago

Cannot assign "u'3'": "CoverageModel._content_type" must be a "ContentType" instance.

willhardy commented 13 years ago

(in [master 8dc73d0]) Adding test for model metadata bug.

willhardy commented 13 years ago

Closed by 892974c4e5d10f2eb875b66c9964b89fcf0fb9c5. Added form validation for content_type field in model metadata, preventing an exception on save.