Alex Simpson
Alex Simpson
This PR adds a failing test to demonstrate the issue described below. Ref slack discussion. Wagtail localize currently skips extracting segments for optional foreign keys that have no instance set....
_Creating issue after posting to slack #multi-language and discussing with @zerolab_ I have a translatable snippet which I add to a page model via an inline model: ```python @register_snippet class...
https://github.com/django-recaptcha/django-recaptcha/blob/bbb7e2898c6dca1d284e1b448250b134899aedbb/django_recaptcha/templates/django_recaptcha/includes/js_v3.html#L1 Hi there! I believe the warning about the `js_v3.html` standard implementation only working with one recaptcha per page is no longer true. [Commit 1789760](https://github.com/django-recaptcha/django-recaptcha/commit/178976027e231567773bcec40551ae4f4bbfdab1) moved the recaptcha execute call...
Hi and thanks for this great library. I'm using it to add Chooser support to Wagtail for Shopify data like Products. Do you think adding a Django-esque `__eq__` method on...