When using a ModelForm object to edit data is there any way to tell Django to save only data included in the ModelForm object and keep whatever was in the other fields in the model?
I find it a big barrier to have to explicitly define fields after commit=False just so they don't get nulled out, is there any easy way around this that anyone knows of? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---