#14370: Adding support for Autocomplete in contrib.admin -------------------------------------+------------------------------------- Reporter: tyrion | Owner: nobody Type: New | Status: new feature | Component: contrib.admin Milestone: | Severity: Normal Version: SVN | Keywords: autocomplete, jquery, Resolution: | javascript, widgets, admin Triage Stage: Accepted | Has patch: 1 Needs documentation: 1 | Needs tests: 0 Patch needs improvement: 1 | -------------------------------------+-------------------------------------
Comment (by tyrion): Replying to [comment:21 airstrike]: > could we possibly get a "real" patch for this? 1.3 has been released and the bitbucket repo now differs greatly from trunk, plus some of code was on dpaste (?) and is now gone, so it's extra hard to dive into the issue at the moment. > If you look at contrib.admin in my django bb repo, you can get an idea of how it was implemented. In the mean time I used that code to rewrite [https://bitbucket.org/tyrion /django-autocomplete django-autocomplete]. Now it's far more customizable than the initial patch in this ticket (but it is implemented as a generic app, not as a patch to contrib.admin, since I thought that other apps could benefit of the code too). * Is tying a generic AutocompleteWidget that could be used by other apps to contrib.admin a good thing to do? * Should we also add the "add another" link? If we're satisfied with the current implementation, updating it to the trunk shouldn't be too difficult. -- Ticket URL: <http://code.djangoproject.com/ticket/14370#comment:22> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.