tkaemming/django-orderable

using Orderable*Inline without OrderableAdmin as parent does not include js files

proppy opened this issue · 1 comments

Hi,

I believe this is because inlines are not registered in the admin.site.

Let me know if you need more information.

I couldn't replicate this issue — if you change the BookAdmin model in orderable/tests/admin.py to admin.ModelAdmin, the JavaScript is still loaded by the Media definition on the base OrderableInline (see orderable/admin.py).

I'd love to help If you can provide more details on the issue, but right now there's not much I can do.