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
/
django
/
db
/
models
/
query.py
Age
Commit message (
Expand
)
Author
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-23
Used @cached_property in RawQuerySet.
Adam Chainz
2016-12-23
Refs #27624 -- Made QuerySet._prefetch_related_lookups immutable.
Adam Chainz
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-23
Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet.
Adam Chainz
2016-11-23
Cleaned up some __getstate__() docstrings.
Tim Graham
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-25
Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of...
David Barragán Merino
2016-10-15
Removed unused branch in ModelIterable.__iter__().
Tim Graham
2016-10-14
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Tim Graham
2016-10-14
Removed unused QuerySet.value_annotation attribute.
Tim Graham
2016-10-04
Refs #27118 -- Reallowed using pk in QuerySet.get/update_or_create().
François Freitag
2016-09-24
Fixed #27118 -- Made QuerySet.get_or_create()/update_or_create() error for a ...
François Freitag
2016-09-23
Removed unused Prefetch.get_current_prefetch_through().
Tim Graham
2016-08-24
Replaced property() usage with decorator in a couple places.
Berker Peksag
2016-08-18
Fixed #25871 -- Added expressions support to QuerySet.values().
Ian Foote
2016-08-16
Fixed #24854 -- Refactored QuerySet._values
Ian Foote
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-06
Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_re...
Sjoerd Job Postmus
2016-07-19
Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
Simon Charette
2016-07-14
Fixed #26804 -- Fixed a race condition in QuerySet.update_or_create().
Jensen Cochran
2016-07-12
Fixed #26884 -- Evaluated callables in QuerySet.update_or_create()'s defaults...
Kenneth
2016-06-29
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
David Sanders
2016-06-03
Fixed #26638 -- Allowed callable arguments for QuerySet.get_or_create()/updat...
Will Koster
2016-05-31
Fixed #26676 -- Prevented prefetching to_attr from caching its result in thro...
Simon Charette
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-05-14
Removed redundant code in QuerySet._batched_insert().
Tim Graham
2016-05-03
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Simon Charette
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-03-19
Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a su...
Jason Parrott
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-02-26
Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)
Attila Tovt
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-11
Fixed #26196 -- Made sure __in lookups use to_field as default.
Anssi Kääriäinen
2016-01-26
Fixed #25546 -- Prevented duplicate queries with nested prefetch_related().
François Freitag
2016-01-07
Fixed #26026 -- Fixed isinstance crash comparing EmptyQuerySet to non-QuerySet.
Anderson Resende
2015-12-26
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
Bryan Marty
2015-12-14
Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create().
Ed Bartosh
2015-11-11
Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` validation.
Simon Charette
2015-11-10
Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Ian Foote
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-07
Fixed typos in django/db/models/query.py docstrings.
Nick Pope
2015-09-03
Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...
Gavin Wahl
2015-08-31
Fixed #25252 -- Added friendly error message on incorrect .select_related() use
Y3K
[next]