django/docs/ref/models
Timothy McCurrach 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 2021-01-28 07:54:03 +01: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 Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. 2020-07-15 10:58:38 +02:00
constraints.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
database-functions.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
expressions.txt Removed unused import in docs/ref/models/expressions.txt. (#13879) 2021-01-12 10:51:38 +01:00
fields.txt Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 2021-01-14 17:50:04 +01: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 Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
lookups.txt Fixed #31122 -- Clarified that Lookup acts as a query expression. 2020-11-11 14:29:06 +01: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 #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 2021-01-28 07:54:03 +01:00
relations.txt Refs #32372 -- Updated manager name in related objects reference docs. 2021-01-22 20:18:44 +01:00