django/docs/ref/models
Tim Graham 260bc84901 [1.10.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:27 -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] Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter(). 2016-11-17 12:39:56 -05:00
database-functions.txt [1.10.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt. 2017-09-04 14:41:26 -04:00
expressions.txt [1.10.x] Fixed incorrect import in docs/ref/models/expressions.txt. 2017-03-15 08:10:15 -04:00
fields.txt [1.10.x] Fixed #27511 -- Corrected Field.related_model docs about GenericRelation. 2016-11-21 12:53:35 -05: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 #28266 -- Fixed typo in docs/ref/models/instances.txt. 2017-06-02 09:17:45 -04:00
lookups.txt Refs #25759 -- Documented customizing expressions' SQL on other databases. 2016-03-21 20:20:29 -04:00
meta.txt [1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. 2016-07-06 09:28:51 -04:00
options.txt [1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs. 2016-07-25 06:25:26 -04:00
querysets.txt [1.10.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 2017-09-06 19:32:27 -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