django/docs/ref/models
2016-10-25 11:43:54 -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 [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] Fixed #25475 -- Doc'd how to use a literal % in Func.template. 2016-10-07 10:25:07 -04:00
fields.txt [1.10.x] Corrected docs for return type of Field.formfield(). 2016-09-17 14:28:08 -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] 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