1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/ref/models
dennisvang 7bb741d787 Fixed #34325 -- Corrected wording in PercentRank() docs.
This is consistent with the terminology used for the percent_rank()
function in SQLite docs and PostgreSQL docs.
2023-02-10 14:07:48 +01:00
..
class.txt
conditional-expressions.txt Removed versionadded/changed annotations for 4.0. 2022-05-17 14:22:06 +02:00
constraints.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
database-functions.txt Fixed #34325 -- Corrected wording in PercentRank() docs. 2023-02-10 14:07:48 +01:00
expressions.txt Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed. 2023-01-17 11:49:15 +01:00
fields.txt Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +01:00
index.txt
indexes.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
instances.txt Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 2023-01-20 09:36:36 +01:00
lookups.txt Fixed #29799 -- Allowed registering lookups per field instances. 2022-09-02 10:02:24 +02:00
meta.txt
options.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
querysets.txt Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related(). 2023-01-17 11:49:15 +01:00
relations.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00