| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
|
|
|
|
Thanks Sai Krishna for the initial patch.
|
|
ensure ordered results.
Thanks Simon Charette for review.
|
|
|
|
|
|
objects.
PostgreSQL support only.
Thanks Vladislav Manchev and alesasnouski for working on the patch.
|
|
|
|
|