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-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
2023-02-10
Fixed #34325 -- Corrected wording in PercentRank() docs.
dennisvang
2023-01-20
Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.
noFFENSE
2023-01-17
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...
Mariusz Felisiak
2023-01-17
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-06
Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().
Ryan Cheley
2022-11-14
Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.
sarahboyce
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-21
Fixed typo in docs/ref/models/querysets.txt.
Ryan Cheley
2022-10-20
Updated UTC uses to datetime.timezone.utc in docs.
Diane DeMers Chen
2022-10-12
Refs #34059 -- Doc'd lack of support for validation of constraints with JSONF...
Mariusz Felisiak
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-10-03
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-10-01
Clarified how to reference RelatedObjectDoesNotExist exceptions.
David Sanders
2022-09-28
Changed note about update_fields and pre_save() to admonition.
Mariusz Felisiak
2022-09-27
Doc'd when pre_save() is called with Model.save()'s update_fields.
sarahboyce
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-04
Corrected heading level of "Registering and fetching lookups" section in docs.
Mariusz Felisiak
2022-09-02
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
[prev]
[next]