index
:
django.git
fix-31295
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
/
sql
/
where.py
Age
Commit message (
Expand
)
Author
2017-12-08
Refs #27849 -- Removed empty Q() hack in filtered Aggregate.as_sql().
Simon Charette
2017-12-01
Fixed #28863 -- Fixed filter on annotation that contains Q.
Sergey Fedoseev
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-16
Fixed #25307 -- Fixed QuerySet.annotate() crash with conditional expressions.
Josh Smeaton
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-12
Removed unused SubqueryConstraint.relabel_aliases() and clone() methods.
Tim Graham
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Removed non-used EmptyShortCircuit
Anssi Kääriäinen
2015-02-04
Removed EverythingNode
Anssi Kääriäinen
2015-02-04
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-19
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-15
Replaced inner functions by class methods.
Simon Charette
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-16
Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-27
Fixed #20507 -- SubqueryConstraint alias relabeling
Anssi Kääriäinen
2013-05-20
Fixed qs.values() regression when used in subquery
Anssi Kääriäinen
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-03-24
Fixed Oracle specific failures in multicolumn joins
Anssi Kääriäinen
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-22
Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-03-17
Fixed #19635 -- Made fields pickleable
Anssi Kääriäinen
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-02-24
Revert "fixes #19263" - Fails if not SQLite
Honza Kral
2013-02-23
fixes #19263
Marcin Biernat
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-11
Added a check in the creation of IS NULL clauses.
Aymeric Augustin
2013-01-08
Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()
Anssi Kääriäinen
2013-01-06
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-03
Fixed comment wording in sql/where.py
Anssi Kääriäinen
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-05-22
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
2012-04-09
Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...
Julien Phalip
[next]