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
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
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-17
Refs #11557 -- Removed the field_name keyword argument to QuerySet.earliest()...
Tim Graham
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
[next]