Jochen Wersdörfer
Jochen Wersdörfer
Wagtail is a really great CMS and I would love to use it. But since I don't like blurry images so much I've implemented a srcset_image tag which sets the...
Cool, this really looks good! I didn't see your PR yesterday and started working a bit on the Django [update by myself](https://github.com/ephes/pythondotorg/commits/django-update/). I also didn't notice that `makemigrations` would create...
> Somewhere along the way the email duplication validation from allauth became wonky causing > > https://github.com/python/pythondotorg/blob/9b4deddbd43cf6e5518a72ddcbc4c94c7b6d487f/users/tests/test_views.py#L233 > > to fail. > It seems to be my last failing test,...
Hmm, it's not easy to fix. Maybe wait for some Wagtail minor versions fixing this?
Ok, it is still broken.. maybe just catch and ignore it?
Still broken: ```python "" needs to have a value for field "page_ptr" before this many-to-many relationship can be used. except ValueError: # will be raised on wagtail preview because page_ptr...
Also for bootstrap5..
Hmm, probably use `ImagesAPIViewSet` for images, and an own endpoint for galleries.
Open up again if needed.
Thanks for your report. Is this maybe fixed with 0.0.18 or 0.0.19?