Changes between Version 18 and Version 19 of soc2009-admin-ui


Ignore:
Timestamp:
Dec 12, 2009, 11:20:16 PM (14 years ago)
Author:
Rob Hudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009-admin-ui

    v18 v19  
    2424  * !ManyToMany autocomplete
    2525
     26!ForeignKey and !ManyToMany autocomplete is being worked on by Rob Hudson on the Github tree: http://github.com/robhudson/django/tree/autocomplete
     27
     28Current 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
    2639Summary of commits on the soc2009/admin-ui branch:
    2740
Back to Top