Changes between Version 6 and Version 7 of AJAXForeignKey


Ignore:
Timestamp:
May 20, 2007, 7:09:52 PM (17 years ago)
Author:
Michael Axiak <axiak@…>
Comment:

Small changes

Legend:

Unmodified
Added
Removed
Modified
  • AJAXForeignKey

    v6 v7  
    1 = Autocompletion for !ForeignKeys in Admin =
     1= Autocompletion for !ForeignKeys in Admin (YUI) =
    22
    33== The Problem ==
    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.
     4In 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.
    55
    66== The Solution ==
    7 === Overview ===
     7
    88Using [http://developer.yahoo.com/yui/ YUI], create a new field similar to {{{models.ForeignKey}}} that renders differently in the admin.
    99
Back to Top