mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Added the ability to update only part of the model's fields in model.save() by introducing a new kwarg "update_fields". Thanks to all the numerous reviewers and commenters in the ticket