django/docs/ref/models
Tim Graham aba8f2b501 [1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example.
Backport of 51b83d9e51 from master
2016-10-13 11:03:38 -04:00
..
class.txt Fixed #22019 -- Added Model.objects reference documentation. 2014-05-17 08:32:05 -04:00
conditional-expressions.txt [1.8.x] Refs #14030 -- Improved expression support for python values 2015-02-12 08:53:03 +11:00
database-functions.txt [1.8.x] Capitalized "Python" in docs. 2015-06-05 08:38:43 -04:00
expressions.txt [1.8.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example. 2016-03-03 19:38:06 -05:00
fields.txt [1.8.x] Discouraged use of /tmp with predictable names. 2015-12-24 09:57:02 -05:00
index.txt Fixed #24031 -- Added CASE expressions to the ORM. 2015-01-12 18:15:34 -05:00
instances.txt [1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors to ValidationError 2015-08-13 17:43:06 -04:00
lookups.txt [1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 2015-07-27 10:43:09 -04:00
meta.txt [1.8.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. 2016-07-06 09:28:58 -04:00
options.txt [1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentation 2015-06-19 07:03:16 -04:00
querysets.txt [1.8.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. 2016-10-13 11:03:38 -04:00
relations.txt [1.8.x] Fixed typo docs/ref/models/relations.txt 2015-11-30 18:48:56 -05:00