- ARCHIVE / TAG ARCHIVE
- Autocomplete in Django #2
[Update 14/09/11 : If you’re using Django 1.3 you can also skip point -4- below, as the ‘cut’ filter is included in Django by default now!] [Update 15/2/10 : I added a small example that shows how to make this work with Inlines too, see point 6 below…] [Update 18/10/09 : please note that the […]
- Using jquery’s autocomplete in django admin: how about inlines?
I still haven’t solved this problem entirely, and I’ll tell you why. Well the issue has been addressed by many, and among them probably the first and most influential solution is Jannis Leidel’s ‘An autocomplete form widget for ForeignKey model fields’. Leidel says: [..] my question is, if this could be done on a more […]