WiserTogether / django-remote-forms

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

Use proper method to fetch initial field data. #2

Closed bartek closed 11 years ago

bartek commented 11 years ago

Hi there! Just noticed this small bug when using initial dictionary with the form.

Using getattr() on initial, which is a dict, would try to fetch an attribute on that dictionary, rather than a key within it.

tarequeh commented 11 years ago

Good catch Bartek. Thanks. Merged.