django/docs/ref/models
Andrei Antoukh 365853da01 Fixed #4102 -- Allow update of specific fields in model.save()
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
2012-05-12 10:29:41 +03:00
..
fields.txt Prevent Oracle from changing field.null to True 2012-04-29 19:25:46 +03:00
index.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
instances.txt Fixed #4102 -- Allow update of specific fields in model.save() 2012-05-12 10:29:41 +03:00
options.txt Edited models/options.txt changes from [17314] 2012-02-03 17:45:28 +00:00
querysets.txt Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
relations.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00