django/docs/ref/models
Nick Frazier 0d4e575c96 Fixed #33198 -- Corrected BinaryField.max_length docs. 2021-10-18 07:27:00 +02:00
..
class.txt
conditional-expressions.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
constraints.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
database-functions.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
expressions.txt Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value. 2021-09-29 12:58:01 +02:00
fields.txt Fixed #33198 -- Corrected BinaryField.max_length docs. 2021-10-18 07:27:00 +02:00
index.txt
indexes.txt Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+. 2021-10-01 13:11:34 +02:00
instances.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +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
options.txt
querysets.txt Fixed #32888 -- Doc'd that select_for_update() only locks tables with selected columns. 2021-10-04 10:20:34 +02:00
relations.txt