I\'m using an UpdateView to update a series of fields. However, I only want fields that have been modified to be saved to the database. If a value was not provided for a fie
The easiest way would be to pre-populate the fields with what's already there. Do this on the template with {{ account.name }} or whatever.
{{ account.name }}