django/docs/ref/models
Tim Graham 3df8ccf6fc [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
As of ccbba98131, both examples don't use
a join.

Backport of 44a6c27fd4 from master
2017-09-06 19:32:42 -04:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt [1.9.x] Refs #14030 -- Updated docs per "Improved expression support for python values." 2016-06-15 10:35:39 -04:00
database-functions.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
expressions.txt [1.9.x] Fixed incorrect import in docs/ref/models/expressions.txt. 2017-03-15 08:10:28 -04:00
fields.txt [1.9.x] Fixed #26021 -- Applied hanging indentation to docs. 2016-06-03 11:49:52 -04:00
index.txt Fixed #24031 -- Added CASE expressions to the ORM. 2015-01-12 18:15:34 -05:00
instances.txt [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 2016-05-08 18:09:10 -04:00
lookups.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
meta.txt [1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. 2016-07-06 09:28:55 -04:00
options.txt [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. 2016-07-25 06:25:01 -04:00
querysets.txt [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 2017-09-06 19:32:42 -04:00
relations.txt [1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table. 2016-05-31 07:15:19 -04:00