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

Unable to use namespacing in view names #36

Open ukch opened 11 years ago

ukch commented 11 years ago

To reproduce:

Expected: SEO now applies to the view Actual: SEO missing from the view.

A workaround is to use view_name as the view name, but this will cause problems with multiple namespaces.