77 | | If you look at [source:django/branches/newforms-admin/django/contrib/admin/options.py the AdminOptions class], you'll note that there's a {{media}} property, which generates a |
78 | | new {{Media}} object each time you access the attribute. To get by that, we need to remake this property and "inject" our own JavaScripts. |
| 77 | If you look at [source:django/branches/newforms-admin/django/contrib/admin/options.py the AdminOptions class], you'll note that there's a {{{media}}} property, which generates a |
| 78 | new {{{Media}}} object each time you access the attribute. To get by that, we need to remake this property and "inject" our own JavaScripts. |