yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 467 forks source link

DAL inside Wagtail with Telepath #1305

Open drcongo opened 1 year ago

drcongo commented 1 year ago

Hello. I've search the docs and the issues and the entire web, but without any luck. Has anyone managed to get DAL working with Wagtail / Telepath? Anyone got any pointers? Thanks!

jpic commented 1 year ago

Did you try following the tutorial in your wagtail project? https://django-autocomplete-light.readthedocs.io/en/master/tutorial.html

drcongo commented 1 year ago

@jpic I've got DAL working fine in lots of projects, but recent versions of Wagtail have a library called Telepath which does some weird thing to render form data client-side. So I've been trying on and off for months to get DAL to work with Telepath so that we can upgrade some projects, but so far without any luck.