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

Add reminder to install django-querysetsequence #1297

Closed tylerecouture closed 1 year ago

tylerecouture commented 2 years ago

This mirrors the reminder elsewhere in the documentation "# don't forget to pip install djhacker". Several issues have been started in the past due to the error that's caused by forgetting (or not understanding) that this isn't installed by default. e.g. #971. Just happened to me now.

jpic commented 1 year ago

Thanks!

jpic commented 1 year ago

Also, note that if you pip install django-autocomplete-light[gfk] then it will pull django-querysetsequence