-
The newsletter used to be content-managed in wagtail.org until July 2023 (the latest page is https://wagtail.org/this-week-in-wagtail/issue-136/). Content display issues on Outlook prompted a move to …
-
We are getting "Invalid csrf token" when we have some javascript in our django templates in our wagtail project
does an async fetch POST cause issues with wagtail caching and csrf tokens ie
retu…
-
It would good to remove our usage of inline styles and move these to the CSS or find a better way to achieve the same result.
This would allow projects to enable CSP for their docs if they want. It a…
-
(I'll add more context as I unearth it, but writing this down immediately)
When a Page has a Snippet associated with it, that Snippet does seem to get sent to Smartling, but as far as Wagtail is co…
-
Just trying this out with Wagtail==6.1.3 and I'm not seeing the UI elements I'd expect:
From the README
> Each draft in the history page for any page (/admin/pages//history/) will now have an add…
-
-
We're currently on 6.1.3, which is fine, but it makes sense to get onto a LTS version, of which 6.3 is one.
-
When I run python3 manage.py migrate
RuntimeError: Model class puput.models.BlogPage doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
-
### Is your proposal related to a problem?
I recently merged PR #12564 which has set a hard limit on number of tags returned to 10 for now to avoid fetching all items possible which was causing perfo…
-
Django==5.1, wagtail==6.2
when running "python manage.py migrate", the following error occurs -
```
Operations to perform:
Apply all migrations: admin, auth, contenttypes, home, sessions, tag…