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-01-15
[5.0.x] Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_d...
jordanbae
2023-12-28
[5.0.x] Corrected code-block directives in docs.
Mariusz Felisiak
2023-12-15
[5.0.x] Added missing import in docs/ref/models/expressions.txt.
Viicos
2023-11-29
[5.0.x] Updated conditions to retrieve primary keys in bulk_create() docs.
KimSia Sim
2023-11-14
[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-09
[5.0.x] Fixed typos in docs/ref/models/fields.txt.
Jacob Walls
2023-10-28
[5.0.x] Fixed typos in docs/ref/models/expressions.txt.
Sarah Boyce
2023-10-25
[5.0.x] Added missing pycon directives in various docs.
Mariusz Felisiak
2023-10-25
[5.0.x] Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guaran...
Tim Bell
2023-10-11
[5.0.x] Fixed #34808 -- Doc'd aggregate function's default argument.
lufafajoshua
2023-10-05
[5.0.x] Refs #31435 -- Doc'd potential infinite recursion when accessing mode...
David Sanders
2023-10-05
[5.0.x] Refs #22936 -- Doc'd Lookup.prepare_rhs.
Mariusz Felisiak
2023-09-21
[5.0.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...
David Sanders
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
2023-08-01
Corrected pycon formatting in some docs.
Almaz Kunpeissov
2023-07-31
Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().
John Parton
2023-07-28
Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
John Parton
2023-07-21
Added missing backticks in docs.
Mariusz Felisiak
2023-07-20
Fixed typo in docs/ref/models/querysets.txt.
nessita
2023-07-20
Refs #30052 -- Clarified that defer() and only() do not work with aggregated ...
Vyacheslav Dmitriev
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-07-10
Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...
Thomas Chaumeny
2023-06-29
Fixed #30382 -- Allowed specifying parent classes in force_insert of Model.sa...
Akash Kumar Sen
2023-06-27
Added dedicated section for output_field in query expressions docs.
nessita
2023-06-27
Fixed typo in docs/ref/models/querysets.txt.
Mariusz Felisiak
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-06-08
Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.
Anders Kaseorg
2023-05-24
Corrected documentation of Log database function.
Stefan Brand
2023-05-17
Updated broken links in docs.
Mariusz Felisiak
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-11
Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.
Mariusz Felisiak
2023-04-27
Doc'd that Count("*") is equivalent to COUNT(*) SQL.
Tom Forbes
2023-04-21
Added meaningful titles to ..admonition:: directives.
Mariusz Felisiak
2023-04-20
Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.
David Sanders
2023-04-19
Fixed #34435 -- Doc'd that JSONField.default must be a callable.
Sage Abdullah
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-24
Doc'd that Meta.indexes is preferred to Field.db_index.
Adam Johnson
2023-02-23
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-22
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
Xavier Fernandez
2023-02-14
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
[next]