This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
7b42d34646
django1
/
django
/
db
/
models
/
sql
History
David-Wobrock
464a4c0c59
Fixed
#31496
-- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by annotations.
2020-11-14 10:22:09 +01:00
..
__init__.py
Removed some outdated backwards compatibility imports and misleading comments.
2019-09-24 15:18:53 +02:00
compiler.py
Fixed
#31496
-- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by annotations.
2020-11-14 10:22:09 +01:00
constants.py
Fixed
#31426
-- Added proper field validation to QuerySet.order_by().
2020-04-06 10:19:49 +02:00
datastructures.py
Refs
#27149
-- Fixed sql.Query identity.
2020-10-28 07:21:53 +01:00
query.py
Fixed
#31496
-- Fixed QuerySet.values()/values_list() crash on combined querysets ordered by annotations.
2020-11-14 10:22:09 +01:00
subqueries.py
Fixed
#31910
-- Fixed crash of GIS aggregations over subqueries.
2020-11-04 09:54:58 +01:00
where.py
Fixed
#32007
-- Fixed queryset crash with Q() annotation and aggregation.
2020-09-15 11:40:59 +02:00