id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 6619,Add custom javascript missing from newforms-admin (js field missing),mrts,nobody,"Old admin interface had a way to add custom javascript to models in admin: {{{ class MyModel(models.Model): ... class Admin: js = [ 'foo' ] }}} This functionality was missing, the attached patch adds the same functionality back: {{{ class MyModel(models.Model): ... class MyModelAdmin(admin.ModelAdmin): ... js = [ 'foo' ] }}} It's a simple patch and should generally be ready for checkin.",,closed,contrib.admin,newforms-admin,,invalid,javascript,,Ready for checkin,1,1,1,0,0,0