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
2025-12-22
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
Nilesh Kumar Pahari
2025-12-19
Fixed #36808 -- Required name argument in UniqueConstraint signature.
Jonathan Biemond
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-12-12
Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.
Lily Acorn
2025-12-12
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Lily Acorn
2025-12-08
Fixed #36778 -- Extended advice to sanitize input before using in query expre...
Jacob Walls
2025-12-05
Refs #27834 -- Restored "expression" in StrIndex's docs signature.
Clifford Gama
2025-11-26
Fixed #31506 -- Clarified that ExpressionWrapper does not perform database ca...
Cha Hwa Young
2025-11-21
Fixed #36741 -- Linked to custom save()/delete() caveats in docs/ref/models/q...
VIZZARD-X
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
Mariusz Felisiak
2025-11-13
Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.
Kasyap Pentamaraju
2025-11-10
Clarified "get_db_prep_value" default result in docs/ref/models/fields.txt.
Clifford Gama
2025-10-29
Refs #35381 -- Clarified key and index lookup handling of None in exact looku...
Clifford Gama
2025-10-29
Fixed #35381 -- Added JSONNull() expression.
Clifford Gama
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-18
Fixed #36671 -- Dropped support for SQLite < 3.37.
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-10-17
Fixed #36669 -- Doc'd that negative indexes are not supported in F() slices.
aj2s
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-10-08
Fixed #36526 -- Doc'd QuerySet.bulk_update() memory usage when batching.
Natalia
2025-10-08
Added missing backticks in docs/ref/models/fields.txt.
Mariusz Felisiak
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-10-03
Refs #36143, #28596 -- Avoided mentioning exact query parameter limit in bulk...
Jacob Walls
2025-09-29
Fixed #36277 -- Fixed DatabaseFeatures.supports_virtual_generated_columns on ...
arsalan64
2025-09-25
Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...
John Parton
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-09-16
Fixed #36426 -- Added support for further iterables in prefetch_related_objec...
blingblin-g
2025-09-14
Fixed #27222 -- Refreshed model field values assigned expressions on save().
Simon Charette
2025-09-14
Refs #27222 -- Refreshed GeneratedFields values on save() initiated update.
Simon Charette
2025-08-31
Removed unused import in docs/ref/models/expressions.txt example.
Clifford Gama
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
2025-08-28
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
SaJH
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed double spaces after periods in sentences.
Natalia
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-08-13
Aligned format of constraint examples in docs/ref/models/constraints.txt.
David Sanders
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-11
Fixed #36425 -- Standardized integer fields descriptions.
junghwan16
2025-05-20
Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...
ontowhee
2025-05-02
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...
Clifford Gama
2025-04-15
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
Ahmed Nassar
2025-04-02
Fixed #36213 -- Doc'd MySQL's handling of self-select updates in QuerySet.upd...
Babak Mahmoudy
2025-03-26
Fixed #36260 -- Made bulk_create() work with DB-generated primary keys.
Dmitry Shachnev
2025-03-25
Fixed #36262 -- Made GeneratedField.db_persist a required key-word argument.
Jason Cameron
2025-03-21
Refs #36095 -- Doc'd that ManyToManyField.through supports lazy relationships.
Clifford Gama
2025-03-14
Fixed pronoun disagreement in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-14
Corrected aggregation example in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-13
Fixed incorrect formatting for inline pluralized code references in docs.
Clifford Gama
[next]