Mariusz Felisiak
|
2fad163257
Refs #32365 -- Removed is_dst argument for various methods and functions.
|
2 năm trước cách đây |
Mariusz Felisiak
|
490cccbe7e
Removed versionadded/changed annotations for 4.1.
|
2 năm trước cách đây |
Ryan Cheley
|
68bd8f4cb4
Fixed #24048 -- Corrected QuerySet.only() docs about interaction with defer().
|
2 năm trước cách đây |
sarahboyce
|
7a5307974a
Fixed #34099 -- Added release notes for QuerySet.update_or_create() changes.
|
2 năm trước cách đây |
Nick Pope
|
9bd174b9a7
Updated documentation and comments for RFC updates.
|
2 năm trước cách đây |
Ryan Cheley
|
38936f6a0c
Fixed typo in docs/ref/models/querysets.txt.
|
2 năm trước cách đây |
Mariusz Felisiak
|
e20e5d1557
Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
|
2 năm trước cách đây |
Carlton Gibson
|
ca1c3151c3
Removed versionadded/changed annotations for 4.0.
|
2 năm trước cách đây |
Andrew Godwin
|
58b27e0dbb
Fixed #33646 -- Added async-compatible interface to QuerySet.
|
3 năm trước cách đây |
Mariusz Felisiak
|
39ae8d740e
Added missing backticks to function names.
|
3 năm trước cách đây |
Ryan Heard
|
c6b4d62fa2
Fixed #29865 -- Added logical XOR support for Q() and querysets.
|
3 năm trước cách đây |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 năm trước cách đây |
Jacob Walls
|
edbf930287
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects.
|
3 năm trước cách đây |
sean_c_hsu
|
0f6946495a
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
|
4 năm trước cách đây |
Mariusz Felisiak
|
ad6bb20557
Avoided counting attributes and methods in docs.
|
3 năm trước cách đây |
Ömer Faruk Abacı
|
f04b44bad4
Refs #33319 -- Added note about commutation of QuerySet's | operator.
|
3 năm trước cách đây |
Mariusz Felisiak
|
a17becf4c7
Corrected signatures of QuerySet's methods.
|
3 năm trước cách đây |
Hannes Ljungberg
|
d400b08a8b
Fixed #32888 -- Doc'd that select_for_update() only locks tables with selected columns.
|
3 năm trước cách đây |
Mariusz Felisiak
|
221b2f85fe
Fixed #33129 -- Dropped support for MariaDB 10.2.
|
3 năm trước cách đây |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 năm trước cách đây |
Carlton Gibson
|
306607d5b9
Fixed #32365 -- Made zoneinfo the default timezone implementation.
|
3 năm trước cách đây |
Can Sarıgöl
|
7ea86076fc
Fixed #33046 -- Added note about using length of cached result by QuerySet.count().
|
3 năm trước cách đây |
Abhyudai
|
85d47a58bf
Made minor edits to QuerySet.update_or_create() docs.
|
3 năm trước cách đây |
David Smith
|
1024b5e74a
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
3 năm trước cách đây |
Nick Pope
|
501a8db465
Fixed #10929 -- Added default argument to aggregates.
|
4 năm trước cách đây |
Mariusz Felisiak
|
77b88fe621
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
|
3 năm trước cách đây |
Claude Paroz
|
7309393c3a
Documented in_bulk behavior with nonexistent id_list items.
|
3 năm trước cách đây |
abhiabhi94
|
cd124295d8
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated.
|
3 năm trước cách đây |
Mariusz Felisiak
|
ca98729055
Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB.
|
4 năm trước cách đây |
girishsontakke
|
98abc0c90e
Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+.
|
4 năm trước cách đây |