Skip to content

Conversation

@michaelmarziani
Copy link
Contributor

This fixes an issue when using multiple forms with Django form prefixes. The rest of the fields already use field.html_name which takes into account Django form prefixes versus field.name which does not.

https://docs.djangoproject.com/en/2.1/ref/forms/api/#attributes-of-boundfield
https://docs.djangoproject.com/en/2.1/ref/forms/api/#prefixes-for-forms

The rest of the fields already use field.html_name. This takes into
account django form prefixes if used whereas field.name does not.
@kalwalkden kalwalkden merged commit cd4027b into kalwalkden:master Sep 1, 2018
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

Successfully merging this pull request may close these issues.

2 participants