Mariusz Felisiak
|
c4a09499aa
Fixed typo in docs/ref/models/querysets.txt.
|
1 year ago |
Nick Pope
|
f8092ee9ad
Improved style of n-tuple wording in docs and comments.
|
1 year ago |
Anders Kaseorg
|
b81e974e9e
Fixed #34604 -- Corrected fallback SQL for n-ary logical XOR.
|
1 year ago |
Tom Forbes
|
23d24f82a7
Doc'd that Count("*") is equivalent to COUNT(*) SQL.
|
1 year ago |
Mariusz Felisiak
|
c487634c10
Added meaningful titles to ..admonition:: directives.
|
1 year ago |
David Sanders
|
0494efddc4
Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.
|
2 years ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
tschilling
|
c5808470aa
Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create().
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
Mariusz Felisiak
|
1391356276
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related().
|
2 years ago |
Mariusz Felisiak
|
2fad163257
Refs #32365 -- Removed is_dst argument for various methods and functions.
|
2 years ago |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 years ago |
Ryan Cheley
|
68bd8f4cb4
Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().
|
2 years ago |
sarahboyce
|
7a5307974a
Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.
|
2 years ago |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 years ago |
Ryan Cheley
|
38936f6a0c
Fixed typo in docs/ref/models/querysets.txt.
|
2 years ago |
Mariusz Felisiak
|
e20e5d1557
Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
|
2 years ago |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 years ago |
Andrew Godwin
|
58b27e0dbb
Fixed #33646 -- Added async-compatible interface to QuerySet.
|
3 years ago |
Mariusz Felisiak
|
39ae8d740e
Added missing backticks to function names.
|
3 years ago |
Ryan Heard
|
c6b4d62fa2
Fixed #29865 -- Added logical XOR support for Q() and querysets.
|
3 years ago |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 years ago |
Jacob Walls
|
edbf930287
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects.
|
3 years ago |
sean_c_hsu
|
0f6946495a
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
|
4 years ago |
Mariusz Felisiak
|
ad6bb20557
Avoided counting attributes and methods in docs.
|
3 years ago |
Ömer Faruk Abacı
|
f04b44bad4
Refs #33319 -- Added note about commutation of QuerySet's | operator.
|
3 years ago |
Mariusz Felisiak
|
a17becf4c7
Corrected signatures of QuerySet's methods.
|
3 years ago |
Hannes Ljungberg
|
d400b08a8b
Fixed #32888 -- Doc'd that select_for_update() only locks tables with selected columns.
|
3 years ago |
Mariusz Felisiak
|
221b2f85fe
Fixed #33129 -- Dropped support for MariaDB 10.2.
|
3 years ago |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 years ago |