Coen van der Kamp

Results 59 comments of Coen van der Kamp

> Why? AFAIK, the intended use case is to share the password between multiple people. I've never encountered anyone using this feature in any other way. And: _shared passwords are...

I doubt that `Page.objects.filter(group_permissions__in=self.permissions)` is the right thing to do for Wagtail. Both `group_permissions` and `self.permissions` are multiple values. Like stated, SQL duplicates rows if the `__in` condition compares multiple...

I did a test-drive with a local cookiecutter template and commit the changes in the template. I can confirm this works, and this issue can be closed.

The versioning and settings of Wagtail is something that I have to look into. I expect that Wagtail will receive active development. This will continuously give differences between Wagtail and...

I've made a suggestion on Slack, and cross-post it here to keep the ref: > Would it be an idea to have Wagtail provide a slugify endpoint? This way, the...

@thibaudcolas Draft PR, see: https://github.com/wagtail/guide/pull/260

@saevarom Can you have a look at this one?

Other reasons to provide a 'dump of the contents' are: - Development of this project, devs might want to work with realistic data to reproduce bugs and create additional features....

A use-case that could benefit https://github.com/coderedcorp/wagtail-seo/issues/43#issuecomment-2236141459

- For efficient bulk updating Django has bulk create, field__startswith, and bulk update. - Many content editing scenarios are easy with the one redirect for each page. They will be...