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
/
querysets.txt
Age
Commit message (
Expand
)
Author
2025-04-02
[5.2.x] Fixed #36213 -- Doc'd MySQL's handling of self-select updates in Quer...
Babak Mahmoudy
2025-03-14
[5.2.x] Fixed pronoun disagreement in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-14
[5.2.x] Corrected aggregation example in docs/ref/models/querysets.txt.
Clifford Gama
2025-03-13
[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...
Clifford Gama
2025-03-10
[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in ann...
samruddhiDharankar
2024-10-30
Fixed #35856 -- Added QuerySet.explain() support for MEMORY/SERIALIZE option ...
Anthony Joseph
2024-08-28
Removed outdated note about lack of subquery support in MySQL.
Adam Johnson
2024-07-03
Refs #28900 -- Made SELECT respect the order specified by values(*selected).
Simon Charette
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
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
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-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-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
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-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-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-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-10
Fixed #34698 -- Made QuerySet.bulk_create() retrieve primary keys when updati...
Thomas Chaumeny
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-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-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
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-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-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-10-21
Fixed typo in docs/ref/models/querysets.txt.
Ryan Cheley
2022-07-26
Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-04-26
Fixed #33646 -- Added async-compatible interface to QuerySet.
Andrew Godwin
2022-03-17
Added missing backticks to function names.
Mariusz Felisiak
2022-03-04
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
[next]