Re: Behavior of the "update" in Django 1.7

2014-09-23 Thread Collin Anderson
If nothing else, if you know which field you edited, you can just save those field using: obj.save(update_fields=['field1', 'field5']) https://docs.djangoproject.com/en/dev/ref/models/instances/#saving-objects -- You received this message because you are subscribed to the Google Groups

Behavior of the "update" in Django 1.7

2014-09-22 Thread Fabio C. Barrionuevo da Luz
Hello. Some questions. Walking through projects on github i found django-save-the-change[1] Interesting project. But what django-save-the-change[1] proposes to do is still valid for Django 1.7? I think it would be good practice to only touch in the fields in the database in which there really