We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
include
seo.py
namespace:view_name
seo_views
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.
view_name
The text was updated successfully, but these errors were encountered:
Fixes willhardy#36. Unable to use nested namespacing while using meta…
033e3ce
…data for views
Successfully merging a pull request may close this issue.
To reproduce:
include
)seo.py
, withnamespace:view_name
in itsseo_views
namespace:view_name
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.The text was updated successfully, but these errors were encountered: