django/docs/ref/models
2016-11-21 12:53:35 -05: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 #27209 -- Fixed typo in docs/ref/models/database-functions.txt. 2016-09-12 08:07:43 -04:00
expressions.txt [1.10.x] Inlined a note in docs/ref/models/expressions.txt. 2016-11-09 08:21:17 -05: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] Doc'd that model instances with pk=None don't compare equal. 2016-10-07 09:02:10 -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] Updated postgresql.org links to https and made them canonical. 2016-10-25 11:43:54 -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