-
the following case does not return the results you would expect :
```
class Parent(ClusterableModel):
pass
class OneChild(Parent):
parent = models.OneToOneField(to=Parent, parent_link=…
-
We are using the sitemap module which worked fine in development with a just a few pages,
but in production /sitemap.xml times out before it will load (on Heroku). We have 16 500+ pages currently in …
-
There is no image path coming from the default API.
Only the id appear, which does't help to retrieve the image path in a web application.
It would be great if ImageChooserBlock was serving by defau…
pieer updated
2 years ago
-
### Is your proposal related to a problem?
It doesn't appear to work to find a page using the `?html_path` query param if it has a locale prefix. I found that the `find_object` method in the pa…
-
### Use case
Pages a,b,c are directly under the site root. They are also listed in my primary nav (dynamically generated) on the home page. I want to add an entry r in my menu, so it becomes: a | b…
-
### Issue Summary
When using a MultipleChooserPanel with a max_num of 3, I am able to check more than 3 options. You can confirm the selection and max_num is respected, but it looks like an arb…
dopry updated
3 weeks ago
-
Site administrator resposible to translation of overall site.
Country office responsible for local translation of content.
Investigate user interface tools for working with translations, e.g. wa…
-
With the removal of the versioning solution (see https://github.com/wagtail/guide/issues/62 & https://github.com/wagtail/guide/pull/143 ) we will lose the ability to have a historic record of the Guid…
-
### Goals
The goal would be to provide a simple e-commerce experience that works out-of-box but can be easily customized by the developer. This feature would primarly be used for smaller clients who …
-
Hello, how i18n is handled in coderedcms?
Is there an easy way to integrate [wagtailtrans](https://github.com/wagtail/wagtailtrans) with coderedcms?
Many thanks.