Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql/where.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Removed non-used EmptyShortCircuitAnssi Kääriäinen2015-02-041-8/+0
* Removed EverythingNodeAnssi Kääriäinen2015-02-041-43/+17
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-041-12/+46
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQu...Loic Bistuer2015-01-301-1/+1
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-271-11/+0
* Removed legacy ORM lookup support per deprecation timelin...Tim Graham2015-01-191-228/+6
* Replaced inner functions by class methods.Simon Charette2015-01-151-13/+15
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-0/+25
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Renamed qn to compilerJosh Smeaton2014-11-161-13/+13
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-6/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22434 -- Retain ordering on related sliced subquer...Justin Hamade2014-04-161-1/+3
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-9/+18
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-2/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-2/+7
* Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen2013-05-271-4/+7
* Fixed qs.values() regression when used in subqueryAnssi Kääriäinen2013-05-201-1/+6
* Fixed #11442 -- Postgresql backend casts all inet types t...Erik Romijn2013-05-191-3/+5
* Fixed Oracle specific failures in multicolumn joinsAnssi Kääriäinen2013-03-241-3/+3
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-0/+25
* Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn2013-03-221-2/+2
* Fixed #19635 -- Made fields pickleableAnssi Kääriäinen2013-03-171-24/+0
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-13/+21
* Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen2013-03-121-45/+29
* Revert "fixes #19263" - Fails if not SQLiteHonza Kral2013-02-241-4/+0
* fixes #19263Marcin Biernat2013-02-231-0/+4
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-13/+21
* Added a check in the creation of IS NULL clauses.Aymeric Augustin2013-02-111-2/+2
* Fixed #16759 -- Remove use of __deepcopy__ in qs.clone()Anssi Kääriäinen2013-01-081-1/+33
* Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen2013-01-061-0/+8
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* Fixed comment wording in sql/where.pyAnssi Kääriäinen2012-07-031-3/+3
* Fixed a regression introduced in where.as_sql() refactorAnssi Kääriäinen2012-07-011-3/+6
* Refactored the empty/full result logic in WhereNode.as_sql()Anssi Kääriäinen2012-07-011-35/+48
* Replaced 'next' testing by collections.Iterator testing.Claude Paroz2012-05-221-1/+2
* Fixed #17877 -- Ensured that extra WHERE clauses get corr...Julien Phalip2012-04-091-1/+2
* Fixed #17728 -- When filtering an annotation, ensured the...Aymeric Augustin2012-02-221-22/+24
* Remove several more relative imports.Alex Gaynor2011-10-171-1/+4
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #14244: Allow lists of more than 1000 items to be u...Ian Kelly2010-09-161-2/+19
* Fixed #11594 - Inaccurate docstring for WhereNode.add()Luke Plant2010-09-131-4/+4
* Fixed #13328 -- Ensured that querysets on models with cal...Russell Keith-Magee2010-04-211-1/+25
* Fixed #12855 -- QuerySets with `extra` where parameters n...Justin Bronn2010-02-231-1/+9
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-31/+46
* Fixed #10432 -- Handle all kinds of iterators in queryset...Malcolm Tredinnick2009-03-081-0/+4