-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
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
Fix cross-domain content assertion #5970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this comes as a regression fix. We need at least a changelog.
f0a8487
to
e32167f
Compare
Backport to 3.49: 💚 backport PR created✅ Backport PR branch: Backported as #6004 🤖 @patchback |
Backport to 3.67: 💚 backport PR created✅ Backport PR branch: Backported as #6005 🤖 @patchback |
Backport to 3.63: 💚 backport PR created✅ Backport PR branch: Backported as #6006 🤖 @patchback |
We allow plugins to pass in either a
Content
query or a queryset ofcontent_ids
, e.g.RepositoryContent.objects.values_list("content_id")