Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql/subqueries.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-3/+3
* Fixed #16891 -- Made Model/QuerySet.delete() return the n...Alexander Sosnovskiy2015-05-221-6/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-041-4/+2
* Fixed #24164 -- Fixed Oracle GIS limited aggregation test...Tim Graham2015-01-301-1/+4
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-2/+2
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-3/+5
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-78/+1
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed #22826 -- Improved internal usage of Query.setup_jo...Jorge C. Leitão2014-06-141-3/+2
* Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre2014-02-021-4/+4
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-12/+8
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21432 -- DateTimeQuery now copies tzinfo when clon...Loic Bistuer2013-11-141-0/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fix small grammatical error in comment.Andrei Picus2013-09-241-1/+1
* Minor factorization.Aymeric Augustin2013-09-071-4/+1
* Fixed #20348 -- Consistently handle Promise objects in mo...Tai Lee2013-07-311-12/+0
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-2/+9
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+1
* Fixed #20413 - Respect Query.get_meta()Mike Fogel2013-05-151-5/+5
* Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen2013-03-131-3/+3
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-9/+39
* Fixed #19500 -- Solved a regression in join reuseAnssi Kääriäinen2012-12-201-1/+0
* Fixed #19190 -- Refactored Query select clause attributesAnssi Kääriäinen2012-10-271-2/+2
* Fixed regression caused by #19102Anssi Kääriäinen2012-10-251-2/+2
* Added docstring to DeleteQuery.delete_qs()Anssi Kääriäinen2012-10-251-0/+5
* Fixed #19102 -- Fixed fast-path delete for modified SELEC...Anssi Kääriäinen2012-10-251-5/+3
* Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen2012-09-281-0/+32
* Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick2012-09-091-0/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-2/+3
* Fixed #18056 - Cleared aggregations on DateQuery.add_date...Nuno Maltez2012-07-161-0/+2
* Fixed #10498 (again) -- Made sure the improvements done i...Jannis Leidel2012-03-131-3/+14
* Fixed #7596. Added Model.objects.bulk_create, and make u...Alex Gaynor2011-09-091-17/+9
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-2/+0
* Fixed a bug in date queries with GIS backends introduced ...Alex Gaynor2010-12-011-1/+1
* Fixed a suite of errors in the ORM -- a) fixed calling va...Alex Gaynor2010-11-261-1/+1
* Fixed #12687 -- fixed an issue with aggregates and counts...Alex Gaynor2010-11-171-0/+1
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-12/+7
* Fixed a test failure introduced in [14461].Alex Gaynor2010-11-041-7/+12
* Fixed #13935, added support for using QuerySet.dates acro...Alex Gaynor2010-11-041-3/+14
* Fixed #12247 -- Corrected the way update queries are proc...Russell Keith-Magee2010-04-031-1/+1
* Fixed #12953 -- Ensure that deletion cascades through gen...Russell Keith-Magee2010-03-151-44/+1
* Fixed #12721: Ensured objects with generic relations that...Karen Tracey2010-01-291-3/+7
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-228/+41
* Fixed #12242 -- Corrected a problem with masking extra se...Russell Keith-Magee2009-11-191-1/+1
* Fixed #10847 -- Modified handling of extra() to use a mas...Russell Keith-Magee2009-04-301-2/+2
* Prevented InsertQuery from appending a 'RETURNING' clause...Ian Kelly2009-03-131-2/+4