django1/django/db/models/sql
Дилян Палаузов d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -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 #28860 -- Removed unnecessary len() calls. 2017-12-04 10:35:23 -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