django/docs/ref/models
abhiabhi94 f876c7d08e Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs. 2021-07-26 07:23:01 +02:00
..
class.txt Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 2020-07-22 14:21:08 +01:00
conditional-expressions.txt Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +02:00
constraints.txt Fixed #30916 -- Added support for functional unique constraints. 2021-02-23 20:19:53 +01:00
database-functions.txt Fixed #10929 -- Added default argument to aggregates. 2021-07-19 13:04:27 +02:00
expressions.txt Fixed #10929 -- Added default argument to aggregates. 2021-07-19 13:04:27 +02:00
fields.txt Fixed a typo in docs/ref/models/fields.txt. 2021-05-12 11:06:29 +02:00
index.txt Generalized check constraint docs for other constraints. 2018-11-13 17:57:27 -05:00
indexes.txt Fixed #26167 -- Added support for functional indexes. 2021-01-13 11:47:50 +01:00
instances.txt Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs. 2021-07-26 07:23:01 +02:00
lookups.txt Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +02:00
meta.txt Corrected code-block directives in docs/ref/models/meta.txt. 2020-12-21 07:56:58 +01:00
options.txt Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 2020-06-26 08:46:01 +02:00
querysets.txt Fixed #10929 -- Added default argument to aggregates. 2021-07-19 13:04:27 +02:00
relations.txt Refs #32372 -- Updated manager name in related objects reference docs. 2021-01-22 20:18:44 +01:00