django/docs/ref/models
Abhishek Bera a77d979cbd [1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.
Backport of f3b601f11a from master
2016-08-19 17:17:57 -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] Refs #25774 -- Adjusted datetime database function docs field names. 2016-07-08 12:37:24 -04:00
expressions.txt [1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter. 2016-07-21 10:29:06 -04:00
fields.txt [1.10.x] Made cosmetic edits to Field.default docs. 2016-08-15 10:46:02 -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 #27048 -- Documented that refresh_from_db() doesn't reload @cached_properties. 2016-08-12 18:49:42 -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 #26987 -- Documented using QuerySet.get() without arguments. 2016-08-19 17:17: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