django1/docs/ref/models
Andrei Antoukh 99321e30ce Fixed #18306 -- Made deferred models issue update_fields on save
Deferred models now automatically update only the fields which are
loaded from the db (with .only() or .defer()). In addition, any field
set manually after the load is updated on save.
2012-08-12 22:39:27 +03:00
..
fields.txt Fix #18062: Document best practices for choices in model fields. 2012-08-08 12:49:28 -04: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 #18306 -- Made deferred models issue update_fields on save 2012-08-12 22:39:27 +03:00
options.txt Fixed #18145 -- Improved documentation of unique_together type fields 2012-06-30 17:16:40 -04:00
querysets.txt Fixed #18306 -- Made deferred models issue update_fields on save 2012-08-12 22:39:27 +03:00
relations.txt Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 2011-10-14 00:12:01 +00:00