Changes between Version 14 and Version 15 of AJAXForeignKey
- Timestamp:
- May 20, 2007, 9:25:41 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AJAXForeignKey
v14 v15 19 19 * {{{fields.py}}} -- contains the actual model field. (download) 20 20 * {{{forms.py}}} -- contains the form field. (download '''forms2.py''' and rename) 21 * {{{views.py}}} -- [#One lastthing contains the AJAX view. (download) ]21 * {{{views.py}}} -- [#OneLastThing contains the AJAX view. (download) ] 22 22 23 23 3. [#Creatingbase_templatesadminbase_site.html Create a base_site.html file in your base_templates/admin directory.] … … 103 103 === One Last Thing === 104 104 105 If you downloaded {{{ fields.py}}}, you need to make sure the import line at the top correctly imports the Form field.105 If you downloaded {{{fields.py}}}, you need to make sure the import line at the top correctly imports the Form field. 106 106 107 107 You might need to change this