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
3d94ee8500
django1
/
django
/
db
/
models
/
sql
History
Sergey Fedoseev
cf12257db2
Fixed
#28863
-- Fixed filter on annotation that contains Q.
2017-12-01 21:48:49 -05:00
..
__init__.py
Moved EmpytResultSet to django.core.exceptions.
2016-08-08 10:43:34 -04:00
compiler.py
Fixed
#28817
-- Made QuerySet.iterator() use server-side cursors after values() and values_list().
2017-11-21 10:33:56 -05:00
constants.py
Fixed
#26184
-- Allowed using any lookups in ModelAdmin.search_fields.
2017-11-18 19:33:52 -05:00
datastructures.py
Fixed
#27332
-- Added FilteredRelation API for conditional join (ON clause) support.
2017-09-22 11:53:17 -04:00
query.py
Fixed
#28795
-- Removed 'not in' checks and used dict.setdefault().
2017-11-14 10:52:52 -05:00
subqueries.py
Fixed
#28820
-- Eliminated an extra query with QuerySet.update() on proxy models.
2017-11-21 12:11:47 -05:00
where.py
Fixed
#28863
-- Fixed filter on annotation that contains Q.
2017-12-01 21:48:49 -05:00