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-11-28
[2.0.x] Fixed #28837 -- Fixed test client crash if an exception with more tha...
Nicolas Delaby
2017-11-21
[2.0.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors afte...
Dražen Odobašić
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-06
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
Sergey Fedoseev
2017-09-06
Replaced deque() with list() in prefetch_related_objects().
Sergey Fedoseev
2017-09-05
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-09-05
Fixed typo in django/db/models/query.py docstring.
Boris Burkov
2017-08-23
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
Sergey Fedoseev
2017-08-22
Refs #28459 -- Improved performance of FlatValuesListIterable.
Sergey Fedoseev
2017-08-15
Simplified RelatedPopulator.populate().
Sergey Fedoseev
2017-08-15
Removed redundant condition in QuerySet.resolve_expression().
Sergey Fedoseev
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
[next]