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-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-08-08
Refs #28459 -- Improved performance of ValuesIterable.
Sergey Fedoseev
2017-08-07
Refs #28459 -- Improved performance of select_related() when model is prefetc...
Sergey Fedoseev
2017-08-07
Refs #28459 -- Improved performance of SQLCompiler.results_iter().
Sergey Fedoseev
2017-08-02
Simplified check that pk is fetched in RawQuerySet.__iter__().
Sergey Fedoseev
2017-08-01
Fixed #28459 -- Improved performance of ValuesListIterable.
Sergey Fedoseev
2017-07-31
Refs #20880 -- Removed non-cloning logic from Query.clone().
Anssi Kääriäinen
2017-07-31
Refs #20880 -- Removed non-cloning logic from QuerySet._clone().
Anssi Kääriäinen
2017-07-31
Avoided creating temporary lists for obtaining the first item.
Sergey Fedoseev
2017-07-25
Removed obsolete references to add_to_query().
Sergey Fedoseev
2017-07-21
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-29
Fixed #28277 -- Added validation of QuerySet.annotate() and aggregate() args.
Mariusz Felisiak
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-13
Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...
Mariusz Felisiak
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-01
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-18
Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...
Mariusz Felisiak
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-04
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nes...
François Freitag
2017-04-25
Refs #20939 -- Removed the Query._prepare_as_filter_value() hack.
Simon Charette
2017-04-25
Refs #20939 -- Removed the Query._forced_pk hack.
Simon Charette
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-03-27
Refs #23919 -- Removed some Python 2 compatibility code and comments.
Mads Jensen
2017-03-27
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-17
Refs #26226 -- Removed support for related manager classes without a _apply_r...
Tim Graham
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
[prev]
[next]