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 documentation on passing URL parameters #1274

Closed robertispas closed 1 year ago

robertispas commented 2 years ago

Hey,

Something I discovered very recently while working with this package was that it is indeed possible to pass parameters to the Autocomplete View through URL parameters in the widget of a form field. I've created a category on this in the tutorial as some people might find this use case helpful. It was very useful for myself and my company!

Thank you for an awesome tool, Robert