This change will change the Translucent Model form so that it will render the Translucent form components without any other fuzz around it. This means, there are no longer any labels, help texts or field-bound errors rendered in the light DOM. Instead of it, the field-bound errors will be added as attribute to the field widgets.
The change will also introduce the {% translucent_csrf_token %} template tag, as the default {% csrf_token %} renders a native input element, which is not compatible with Translucent.