Skip to content

The override of render_change_form removes named parameters #196

@Aiky30

Description

@Aiky30

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions