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
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-08-09
Fixed #33003 -- Removed **kwargs from QuerySet._chain().
Keryn Knight
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-06-30
Refs #32786 -- Made Query.clear_ordering() not to cause side effects by default.
Hannes Ljungberg
2021-06-29
Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects upda...
abhiabhi94
2021-03-10
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-02-11
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
Egidijus Macijauskas
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-26
Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...
Hannes Ljungberg
2020-10-19
Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...
Hannes Ljungberg
2020-10-05
Fixed #32068 -- Added error messages on get() with filters following union(),...
Hasan Ramezani
2020-09-29
Fixed #31880 -- Made QuerySet.aggregate() raise FieldError when aggregating o...
David Wobrock
2020-09-16
Fixed #31843 -- Fixed pickling named values from QuerySet.values_list().
Kwist
2020-09-14
Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Me...
Mariusz Felisiak
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-08-27
Fixed #31947 -- Made QuerySet.update_or_create() reuse get_or_create().
Alexander
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-05-21
Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...
Manuel Weitzman
2020-05-13
Fixed #31580 -- Added error messages on distinct() following union(), interse...
Hasan Ramezani
2020-05-11
Optimized Model and QuerySet pickling version comparison.
Adam Johnson
2020-04-23
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...
Hannes Ljungberg
2020-04-15
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
sobolevn
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-20
Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().
Hasan Ramezani
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-09
Fixed #31148 -- Added error messages on update()/delete() operations followin...
Hasan Ramezani
2019-12-09
Refs #31044 -- Fixed error message when using Prefetch with a values_list() q...
Mariusz Felisiak
2019-12-09
Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.
Hasan Ramezani
2019-12-03
Refs #31046 -- Added django.db.models.utils.resolve_callables().
Baptiste Mispelon
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-21
Adjusted QuerySet._filter_or_exclude() call to use negated=False, rather than...
Alex Aktsipetrov
2019-10-21
Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect Databas...
Ahmet Kucuk
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-07-25
Added Query.is_sliced property.
Mariusz Felisiak
2019-07-25
Fixed #27995 -- Added error messages on unsupported operations following unio...
Hasan Ramezani
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2019-05-16
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefet...
Iain Watts
2019-05-12
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Amir Hadi
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
[next]