| 26 | !ForeignKey and !ManyToMany autocomplete is being worked on by Rob Hudson on the Github tree: http://github.com/robhudson/django/tree/autocomplete |
| 27 | |
| 28 | Current issues: |
| 29 | |
| 30 | * !ForeignKey autocomplete: |
| 31 | * No docs |
| 32 | * No tests |
| 33 | * If FK is the first field in the admin, the JS focuses on the ID box rather than the text search box. |
| 34 | * Similarly, if you click the text label the focus is on the ID rather than the text search box. |
| 35 | * Changing the ID does not pull the name into the text search box. |
| 36 | * Clicking the magnifier opens a new window to choose an object, selecting an object only updates the ID box, no the text search box. |
| 37 | * Should the ID box be hidden from the user? I can see arguments either way. |
| 38 | |