-
### Issue Summary
I have selection of authors for a book in my site
![Screenshot 2024-05-14 at 15 51 11](https://github.com/wagtail/wagtail/assets/10074977/e0883697-3622-43c9-8f18-17cc1e153…
-
I have enabled Content Security Policy (CSP) directives on wagtail admin using django-csp.
CSP is not required for all websites but for some clients is mandatory as part of the security requirements.
…
-
## Description
We are calling the `.localized` property on translatable objects ([provided by the `TranslatableMixin`](https://docs.wagtail.org/en/stable/reference/pages/model_reference.html#wagtail.m…
-
When you make your sitemap all url's are under http://... while most sites are these days under https:// this results in an error in webmastertools.
Most people will not know that you have to change …
-
In a multi-tenant scenario it can be very useful to organise snippet objects in collections like images and documents in order to have edit/delete permissions based on site-specific groups. In additio…
-
Below are all links to `www.ietf.org` in published RFCs that error on access:
```
LinkChecker 10.2.1
Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2022 LinkChecker Authors
LinkChecker comes wit…
-
### Issue Summary
When Wagtail is configured for multi-language content, `Page.objects.in_site(site)` returns only pages in the language defined as the `Site.root_page`.
Similarly, the [Sitemap]…
-
Hi there,
I have a translatable snippet (lets call it "items") that editors can associate to a page using checkboxes.
To achieve that I use a model with a ParentalManyToManyField. That way, edit…
-
First off, props for this great piece of software :pray:.
Imagine I want to translate an instance of this model `Tag`
```
class Tag(TagBase, TranslatableMixin):
pass
```
Because it in…
-
Sorry if this has already been posted, but this is kind of a reference for a lot of people: https://react.rocks/example/react-jsonschema-form
"Form generation and validation from JSON schema. Inclu…