I found this:
https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates
so I created my own change_form.html, and I overrode
object-tools-items and put my js in there, but I'm not seeing it when
I go to the change form. Then, just as a test, I put it directly into
the real django change_form.html, but still nothing. Then to see if
that template is being used, I changed it - added data, created syntax
errors, but still, it had no effect. So it seems like that template
isn't being used at all. But the HTML sure looks like it came from
that template. Can anyone give me some direction here please.
Thanks!
-larry