Skip to content
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

Page has no page_ptr During Preview #140

Open
ephes opened this issue May 7, 2024 · 1 comment
Open

Page has no page_ptr During Preview #140

ephes opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ephes
Copy link
Owner

ephes commented May 7, 2024

From sentry:

            self.related_val = self.source_field.get_foreign_related_value(instance)
            if None in self.related_val:
                raise ValueError(
                    '"%r" needs to have a value for field "%s" before '
                    "this many-to-many relationship can be used."
                    % (instance, self.pk_field_names[self.source_field_name])
                )
            # Even if this relation is not to pk, we require still pk value.
@ephes ephes added the bug Something isn't working label May 7, 2024
@ephes ephes self-assigned this May 7, 2024
@ephes
Copy link
Owner Author

ephes commented May 7, 2024

Hmm, it's not easy to fix. Maybe wait for some Wagtail minor versions fixing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant