-
I just ran into an issue with https://github.com/wagtail/wagtail/pull/9605
I have a field definition like
```
categories = graphene.List(SnippetTypes.get_object_type())
```
My graphql interfa…
dopry updated
2 months ago
-
### Pertinent section of the Wagtail docs
[Advanced topics](https://docs.wagtail.org/en/stable/advanced_topics/index.html)
### Details
Extracted from #6798 – The Wagtail docs don't give a lot of de…
-
It looks like wagtailtrans is no longer maintained. I suggest we move it to https://github.com/wagtail-nest-deprecated
cc @lb-
-
It would be realy nice to add feature so you can see some stats in the admin. Example how many page visits etc... That would be a great boost to use Plausible.
-
I followed this guide:
https://docs.wagtail.org/en/latest/deployment/flyio.html
### Pertinent section of the Wagtail docs
>Replace the content of your mysite/settings/production.py file with …
-
I am filing this issue largely to document how to work around the following error when building the Wagtail docs on an M2 Mac.
```make html
/wagtail/docs: $ make html
sphinx-build -b html -d _bui…
-
I'm able to choose the callback from the admin, but on the webpage it doesn't display.
I'm using this with the Wagtail News Template so the only difference I think is that I'm calling the chart fro…
-
## Description
We had to restore the NOAH database from a rollback after some data loss. When we did this, the id sequences for pages, revisions, and subscriptions (from Wagtail) were out of whack.…
-
Currently the bakerydemo only contains JPEGs. I’d like to see at least one example of each format Wagtail supports, to simplify testing things like https://github.com/wagtail/wagtail/pull/10781. For f…
-
When you click 'forgotten password', wagtail says it has sent a password reset email, but it doesn't appear that it does. Need to look into whether we need to set this up manually.