Changes between Version 6 and Version 7 of AJAXForeignKey
- Timestamp:
- May 20, 2007, 7:09:52 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAXForeignKey
v6 v7 1 = Autocompletion for !ForeignKeys in Admin =1 = Autocompletion for !ForeignKeys in Admin (YUI) = 2 2 3 3 == The Problem == 4 In the Admin, I would like to have an autocompletion field for !ForeignKey references. I know raw-id-adminworks, but AJAX is just so much cooler.4 In the Admin, I would like to have an autocompletion field for !ForeignKey references. I know {{{raw_id_admin}}} works, but AJAX is just so much cooler. 5 5 6 6 == The Solution == 7 === Overview === 7 8 8 Using [http://developer.yahoo.com/yui/ YUI], create a new field similar to {{{models.ForeignKey}}} that renders differently in the admin. 9 9