Re: Suggestions on autocomplete solutions for non-model forms not in the admin

2014-09-29 Thread Collin Anderson
It might be simplest to write all your own code. It could be easier to debug and you'll have full control of the situation. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send a

Suggestions on autocomplete solutions for non-model forms not in the admin

2014-09-26 Thread Tiago Almeida
Hi, I'd like to implement an autocomplete functionality for a text field that is defined via a normal form class (forms.Form, not a ModelForm) and rendered automatically via cryspy-forms (although this is not a requirement). Autocomplete suggestions should have some kind of template (not simply