WiserTogether / django-remote-forms

A platform independent django form serializer
MIT License
221 stars 113 forks source link

Changed widget titles for Email, Number and URL inputs #12

Closed bsod90 closed 10 years ago

bsod90 commented 10 years ago

Adding these new widgets in django 1.6 breaks django-remote-form API compatibility with old JS clients. I changed all widget titles to 'TextInput', so, old JS may interpret them as usual text inputs.

easel commented 10 years ago

At some point we should probably make this "squashing" configurable. Merging for now.