18F / projects

[WIP] A collection of our projects, past and present
Other
9 stars 3 forks source link

autocomplete for client names #8

Closed batemapf closed 8 years ago

batemapf commented 8 years ago

we have 350+ possibilities for client names. maybe add an autocomplete to the admin panel like https://bitbucket.org/tyrion/django-autocomplete/wiki/Home?

toolness commented 8 years ago

So I did a bit of research on autocomplete packages and I noticed that django-autocomplete's home page says:

It's not really stable yet, and some things could change!

Which worries me a bit. On the other hand, django-autocomplete-light claims to be stable, even has a test API to make writing unit tests easy, and has had commits in the past 2 weeks, so it appears to be maintained. So I'm leaning towards using that one.