Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The override of render_change_form removes named parameters #196

Open
Aiky30 opened this issue Nov 29, 2019 · 0 comments
Open

The override of render_change_form removes named parameters #196

Aiky30 opened this issue Nov 29, 2019 · 0 comments

Comments

@Aiky30
Copy link
Contributor

Aiky30 commented Nov 29, 2019

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant