| Age | Commit message (Collapse) | Author |
|
union(), difference(), and intersection().
Thanks Tim Graham for the review.
Backport of 2d3cc94284674638c334670903d49565039d77ae from master
|
|
string is unsafe.
Thanks Hynek Cernoch for the report and review.
Backport of 327f0f37ce3c1e5ac3a19668add237ddd92266d6 from master
|
|
Backport of 5587485d49af8b32ab660854f751a234baa6610b from master
|
|
.. OF.
Thanks Adam Chidlow for polishing the patch.
Backport of 03049fb8d96ccd1f1ed0285486103542de42faba from master
|
|
Backport of ec5f7cb92e315846cb020b909b0ab7e0489aad05 from master
|
|
queries.
Backport of 95a14cfc47de5762ddb1400e6e5152f9e3172657 from master
|
|
Backport of 3bd69b126115102a4630354c876e6c7cc2d68f8f from master
|
|
Backport of 08c8c3ead97893ec0e1dece699525ad7ed27c2d7 from master
|
|
support.
Thanks Anssi Kääriäinen for contributing to the patch.
|
|
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes,
Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie
Cockburn for initial patch.
|
|
As of ccbba98131ace3beb43790c65e8f4eee94e9631c, both examples don't use
a join.
|
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
primary key.
|
|
intersection() queries.
|
|
example.
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
|
|
|
|
|
|
When a connection pooler is set up in transaction pooling mode, queries
relying on server-side cursors fail. The DISABLE_SERVER_SIDE_CURSORS
setting in DATABASES disables server-side cursors for this use case.
|
|
Follow up to 054a44d6f0f75395bd02a21e31ea904a24750a2b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
|
|
|
|
Thanks to Mariusz Felisiak and Tim Graham for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
prefetch_related() cache.
|
|
Thanks Tim for the review.
|
|
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|