django/docs/ref/models
Tim Graham 45a650777e [1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields.
Thanks Julien Hartmann for the report.

Backport of 20d1cb33c2 from master
2016-06-21 15:25:16 -04:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt [1.10.x] Refs #14030 -- Updated docs per "Improved expression support for python values." 2016-06-15 10:35:34 -04:00
database-functions.txt Fixed #25774 -- Refactor datetime expressions into public API 2016-05-18 20:14:58 +10:00
expressions.txt [1.10.x] Fixed #26021 -- Applied hanging indentation to docs. 2016-06-03 11:49:24 -04:00
fields.txt [1.10.x] Fixed #26021 -- Applied hanging indentation to docs. 2016-06-03 11:49:24 -04:00
index.txt Fixed #24031 -- Added CASE expressions to the ORM. 2015-01-12 18:15:34 -05:00
instances.txt [1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance fields. 2016-06-21 15:25:16 -04:00
lookups.txt Refs #25759 -- Documented customizing expressions' SQL on other databases. 2016-03-21 20:20:29 -04:00
meta.txt Fixed typos in docs/ref/models/meta.txt. 2016-03-01 08:33:27 -05:00
options.txt Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. 2016-05-17 12:07:22 +07:00
querysets.txt [1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering. 2016-06-02 19:42:57 -04:00
relations.txt [1.10.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table. 2016-05-31 07:15:15 -04:00