Wim Feijen

Results 13 comments of Wim Feijen

Hi, I just wanted to say that I got the same error, and the proposal by bcdickinson seems to be a good one! I am using the latest version of...

Hi, I created a patch: https://github.com/wagtail/django-modelcluster/pull/163 It only adds a _prefetch_related_lookups objects. I did not add an iterator because I did not run into that bug (and couldn't test)

Hi. Just wanted to let you know that this occurs with Wagtail 2.7 + condensedinlinepanel 0.5.2 as well, unfortunately. I am using Django 2.2.8. In addition: I believe this has...

UPDATE: I cannot reproduce this in another Wagtail website, using Wagtail 2.16. Everything seems to be working fine. :) OLD MESSAGE: I just wanted to confirm that I ran into...

Hi, I managed to reproduce the error in a new version of Wagtail. In settings.py: WAGTAILIMAGES_FEATURE_DETECTION_ENABLED = True I am using: wagtail==4.0.2 Django==4.1.2 Wand==0.6.10 Willow==1.4.1 opencv-python==4.6.0.66 Version: ImageMagick 6.9.11-60 Q16...

setting NOCAPTCHA = True did not help for me. Adding captcha to INSTALLED_APPS however, did work out! Thanks for the explanation KalobTaulien!

Thanks for the pointer @zerolab , I will look into this when I have time!

In /filebrowser_safe/functions.py, the changes below seem to solve this: from django.core.exceptions import AppRegistryNotReady try: from mezzanine.utils.sites import current_site_id except AppRegistryNotReady:

Hi all, Thanks for adding alt texts in Wagtail! In our case, we are dealing with a lot of (inexperienced) web editors. An image library with just one alt text...

Hi @thibaudcolas, Thanks for looking into this! Your ideal scenario sounds very nice. 1. If a mandatory alt text is added, it could be prefilled based on title. 2. This...