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
When BLOG_MULTISITE = True, a post published only on Site A is accessible on all other sites.
BLOG_MULTISITE = True
django.contrib.site.models.Site
Python 3.10 Django 3.2 django-cms 3.9 djangocms-blog @develop
The post must not be accessible.
The post is accessible.
PostDetailView do not call queryset.on_site()
queryset.on_site()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
When
BLOG_MULTISITE = True
, a post published only on Site A is accessible on all other sites.Steps to reproduce
django.contrib.site.models.Site
instances (for example: "Site A" and "Site B")Versions
Python 3.10
Django 3.2
django-cms 3.9
djangocms-blog @develop
Expected behaviour
The post must not be accessible.
Actual behaviour
The post is accessible.
Additional information
PostDetailView do not call
queryset.on_site()
The text was updated successfully, but these errors were encountered: