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
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
2015-07-23
Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
Matt Johnson
2015-07-09
Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().
Simon Charette
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-06-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-18
Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.
Gagaro
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-01-30
Reverted "Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows."
Tim Graham
[prev]
[next]