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
/
tests
/
queries
/
test_qs_combinators.py
Age
Commit message (
Expand
)
Author
2019-01-14
Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.
Sergey Fedoseev
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-08-29
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-04-13
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-03-19
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2017-11-12
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-07-15
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-10
Fixed #28378 -- Fixed union() and difference() when combining with a queryset...
Mariusz Felisiak
2017-07-10
Added test for intersection() when combining with a queryset raising EmptyRes...
Mariusz Felisiak
2017-06-13
Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...
Mariusz Felisiak
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner