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
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-12-30
Renamed QuerySet.earliest()/latest() helper method.
Tim Graham
2018-11-21
Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().
Tom Forbes
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-17
Refs #29908 -- Optimized known related objects assignment.
Simon Charette
2018-11-15
Fixed #17930 -- Allowed ORing (|) with sliced QuerySets.
Ian Foote
2018-11-08
Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...
Simon Charette
2018-10-17
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-02
Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
Michael Sanders
2018-07-16
Fixed #29413 -- Prevented evaluation of QuerySet.get_or_create()/update_or_cr...
Viktor Danyliuk
2018-07-16
Fixed #28917 -- Prevented Paginator's unordered warning on EmptyQuerySet.
Josh Schneier
2018-05-27
Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
Paulo
2018-04-27
Fixed #29367 -- Fixed model state on objects with a primary key created with ...
Oscar Esgalha
2018-04-19
Fixed #28600 -- Added prefetch_related() support to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-12
Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...
Flávio Juvenal
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-26
Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) foll...
Jon Dufresne
2018-01-25
Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a...
shanghui
2017-12-27
Removed unused variable in QuerySet._earliest_or_latest().
Mads Jensen
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Fixed #28907 -- Removed unnecessary if statements.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-21
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values...
Dražen Odobašić
2017-10-03
Fixed #28674 -- Removed unused check in QuerySet._batched_insert().
Tim Graham
2017-10-02
Fixed #28652 -- Fixed a few comments in django/db/models/*.
Дилян Палаузов
2017-09-28
Merged hash() calls.
Mariusz Felisiak
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
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
[next]