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
2024-10-29
[5.1.x] Corrected note on importing fields in model field reference docs.
aruseni
2024-10-29
[5.1.x] Fixed typo in ref/models/fields.txt.
Clifford Gama
2024-10-23
[5.1.x] Fixed #35731 -- Extended db_default docs.
Yash
2024-10-17
[5.1.x] Fixed #26322 -- Consolidated lazy relationships details in docs/ref/m...
Clifford Gama
2024-08-28
[5.1.x] Removed outdated note about lack of subquery support in MySQL.
Adam Johnson
2024-08-28
[5.1.x] Fixed typo in docs/ref/models/expressions.txt.
Mariusz Felisiak
2024-08-05
[5.1.x] Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-06-14
[5.1.x] Fixed #24076 -- Added warnings on usage of dates with DateTimeField a...
Adam Zapletal
2024-05-30
[5.1.x] Made cosmetic edits to code snippets reformatted with blacken-docs.
Mariusz Felisiak
2024-05-14
Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2024-05-02
Clarified when ImageField attributes are set.
John Parton
2024-05-02
Fixed rendering XOR section in docs.
Mariusz Felisiak
2024-04-15
Extended docs for Q() objects mentioning the ~ (NOT) operator.
Mohammad Kazemi
2024-03-21
Added RowNumber() link in Rank() docs.
Adam Zapletal
2024-03-18
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSON...
Mariusz Felisiak
2024-03-15
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.
Mariusz Felisiak
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-28
Refs #34964 -- Doc'd that Q expression order is preserved.
David Sanders
2024-02-17
Fixed #28011 -- Corrected Field.hidden docs.
Adam Johnson
2024-01-15
Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct ...
jordanbae
2024-01-15
Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...
Aivars Kalvans
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2023-12-30
Fixed #29049 -- Added slicing notation to F expressions.
Nick Pope
2023-12-28
Corrected code-block directives in docs.
Mariusz Felisiak
2023-12-15
Added missing import in docs/ref/models/expressions.txt.
Viicos
2023-11-29
Updated conditions to retrieve primary keys in bulk_create() docs.
KimSia Sim
2023-11-28
Fixed #34633 -- Made create() method of reverse many-to-one managers clear pr...
Aman Pandey
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-09
Fixed typos in docs/ref/models/fields.txt.
Jacob Walls
2023-10-30
Refs #29850 -- Added exclusion support to window frames.
Sarah Boyce
2023-10-28
Refs #29850 -- Added RowRange support for positive integer start and negative...
Sarah Boyce
2023-10-28
Fixed typos in docs/ref/models/expressions.txt.
Sarah Boyce
2023-10-25
Added missing pycon directives in various docs.
Mariusz Felisiak
2023-10-25
Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guarantee tran...
Tim Bell
2023-10-11
Fixed #34808 -- Doc'd aggregate function's default argument.
lufafajoshua
2023-10-05
Refs #31435 -- Doc'd potential infinite recursion when accessing model fields...
David Sanders
2023-10-05
Refs #22936 -- Doc'd Lookup.prepare_rhs.
Mariusz Felisiak
2023-09-26
Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on P...
Mariusz Felisiak
2023-09-21
Refs #34808 -- Doc'd that aggregation functions on empty groups can return None.
David Sanders
2023-09-19
Fixed #34850 -- Dropped support for MariaDB 10.4.
Mariusz Felisiak
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2023-09-16
Corrected QuerySet.prefetch_related() note about GenericRelation().
Mariusz Felisiak
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-09-07
Fixed #31300 -- Added GeneratedField model field.
Jeremy Nauta
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-25
Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs.
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
[next]