The admin render_change_form removes the named parameters and breaks other libraries that use a shorter set by not providing all of the named params:
return super().render_change_form(request, context, add, change, form_url, obj)
https://docs.djangoproject.com/en/1.11/_modules/django/contrib/admin/options/