Timothy McCurrach 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 4 years ago
..
class.txt bc4fea92b2 Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 4 years ago
conditional-expressions.txt 156a2138db Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests. 4 years ago
constraints.txt b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
database-functions.txt b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
expressions.txt fdc3d9dcaf Removed unused import in docs/ref/models/expressions.txt. (#13879) 4 years ago
fields.txt d992f4e3c2 Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 4 years ago
index.txt 8eae094638 Generalized check constraint docs for other constraints. 6 years ago
indexes.txt 83fcfc9ec8 Fixed #26167 -- Added support for functional indexes. 4 years ago
instances.txt b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 years ago
lookups.txt 9a3454f604 Fixed #31122 -- Clarified that Lookup acts as a query expression. 4 years ago
meta.txt fe886eee36 Corrected code-block directives in docs/ref/models/meta.txt. 4 years ago
options.txt d2c135da4c Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications. 4 years ago
querysets.txt 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 4 years ago
relations.txt 2b4b6c8af0 Refs #32372 -- Updated manager name in related objects reference docs. 4 years ago