Sébastien Corbin
Sébastien Corbin
### Issue Summary - https://github.com/wagtail/wagtail/issues/11504 seems to have introduced a bug in Wagtail 6.1 ### Steps to Reproduce 1. `USE_L10N = True` 2. Multilingual site (fr, en, de, nl language)...
`Comment.has_valid_contentpath` ensures the contentpath of a saved comment matches a field on a Page. https://github.com/wagtail/wagtail/blob/6857f6431a49ecf314b181583c99ff00cb91372e/wagtail/models/__init__.py#L4697-L4704 When dealing with custom model fields (for example based on `JSONField`), there's no way to...
### Is your proposal related to a problem? Side panels for pages add/edit forms cannot be altered except through patching. Some use case examples: - display contextual information about the...
We've got and intermittent error from where a task is sent `create_export_task.delay()` : ```Python traceback File "celery/app/trace.py", line 760, in __protected_call__ return self.run(*args, **kwargs) File "exports/tasks/export.py", line 32, in create_export_task...
I followed the installation instructions: - installed `openvpn3-linux` - added ppa - installed `openvpn3-indicator` When I execute openvpn3-indicator, I get: ``` Traceback (most recent call last): File "", line 198,...
### Issue Summary On a pagination with a large number of items, a page button does not show enough padding  ### Technical details - Wagtail version: 7.0
### Issue Summary With jinja2 template backend enabled, when introducing some basic syntax error (with too frequent `Ctrl+S` hits for example) the Django runserver is stopped on an RuntimeError that...
### Description First, thanks: I love NOVAplayer, I use it as my main player on Shield TV (AndroidTV). Although I installed it through GooglePlay and it seems its lagging behind...
It would ease community contributions, as there are multiple PR for Wagtail upgrades ## Goal Move from a single-person managed package to a community-maintained package by housing and maintaining packages...
Currently calling `respx.calls.assert_called_once_with` does not work, even though it's defined through inheritance `class CallList(list, mock.NonCallableMock)` It would be nice to have a way of checking how httpx has been called...