index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Age
Commit message (
Expand
)
Author
2023-01-20
[4.1.x] Fixed #34242 -- Doc'd that primary key is set to None when deleting o...
noFFENSE
2022-12-06
[4.1.x] Fixed #24048 -- Corrected QuerySet.only() docs about interaction with...
Ryan Cheley
2022-11-08
[4.1.x] Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_cre...
Jon Janzen
2022-10-21
[4.1.x] Fixed typo in docs/ref/models/querysets.txt.
Ryan Cheley
2022-10-20
[4.1.x] Updated UTC uses to datetime.timezone.utc in docs.
Diane DeMers Chen
2022-10-12
[4.1.x] Refs #34059 -- Doc'd lack of support for validation of constraints wi...
Mariusz Felisiak
2022-10-01
[4.1.x] Clarified how to reference RelatedObjectDoesNotExist exceptions.
David Sanders
2022-09-28
[4.1.x] Changed note about update_fields and pre_save() to admonition.
Mariusz Felisiak
2022-09-27
[4.1.x] Doc'd when pre_save() is called with Model.save()'s update_fields.
sarahboyce
2022-09-13
[4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-04
[4.1.x] Corrected heading level of "Registering and fetching lookups" section...
Mariusz Felisiak
2022-08-02
[4.1.x] Doc'd TextField.db_collation as optional.
Carlton Gibson
2022-07-26
[4.1.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ...
Mariusz Felisiak
2022-06-27
[4.1.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-05-24
[4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation.
Mariusz Felisiak
2022-05-18
[4.1.x] Refs #30581 -- Updated count of steps in model validation docs.
Joachim Jablon
2022-05-12
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...
Mariusz Felisiak
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-06
Fixed #33680 -- Corrected example of customizing model loading in docs.
Ali Toosi
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-04-26
Fixed #33646 -- Added async-compatible interface to QuerySet.
Andrew Godwin
2022-04-20
Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.
Hannes Ljungberg
2022-03-28
Corrected models.FileField signature in docs.
Sih Sîng-hông薛丞宏
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-17
Added missing backticks to function names.
Mariusz Felisiak
2022-03-16
Doc'd BaseConstraint.
Gagaro
2022-03-10
Changed some words to use inline markup.
David Smith
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-01-25
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related obj...
Jacob Walls
2022-01-19
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2021-12-31
Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs.
Mariusz Felisiak
2021-12-28
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-12-13
Corrected example in models.DecimalField docs.
Beomsoo Kim
2021-12-08
Refs #33319 -- Added note about commutation of QuerySet's | operator.
Ömer Faruk Abacı
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-12-02
Fixed #33334 -- Alphabetized form and model fields in reference docs.
Shivam Durgbuns
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-11-23
Corrected signatures of QuerySet's methods.
Mariusz Felisiak
2021-10-18
Fixed #33198 -- Corrected BinaryField.max_length docs.
Nick Frazier
2021-10-05
Fixed #22224 -- Added note about supplying missing values for non-nullable fi...
Jacob Walls
2021-10-04
Fixed #32888 -- Doc'd that select_for_update() only locks tables with selecte...
Hannes Ljungberg
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-22
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-10
Clarified type of Window()'s partition_by and order_by arguments.
David Sanders
2021-09-09
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
[next]