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

AppHookConfigWidget.render() lacks the required renderer argument. #79

Open
nstuardod opened this issue Sep 6, 2023 · 0 comments
Open

Comments

@nstuardod
Copy link

Django 2.1 made some changes to form widget classes:

Support for Widget.render() methods without the renderer argument is removed.

This means forms containing an AppHookConfigFormField will fail to render outside the admin site (and they do) because the default widget class is lacking a required argument.

Is the choices argument actually being used?

@nstuardod nstuardod changed the title AppHookConfigWidget.render() lacks the required render argument. AppHookConfigWidget.render() lacks the required renderer argument. Sep 6, 2023
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