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-07-19
[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property ...
Simon Charette
2016-05-31
[1.10.x] Fixed #26676 -- Prevented prefetching to_attr from caching its resul...
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
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-22
Fixed small inconsistency when handling aggregate's default_alias.
Loic Bistuer
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-27
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
[next]