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

Automatically created metadata instances not added to list #12

Closed matthewwithanm closed 13 years ago

matthewwithanm commented 13 years ago

Noticed a small bug where the automatically-created instances weren't being added to the instances list in get_linked_metadata(). This patches it.