summaryrefslogtreecommitdiff
path: root/django/db/models/sql/subqueries.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33618 -- Fixed MTI updates outside of primary key chain.Simon Charette2022-04-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+24
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-191-2/+4
* Refs #32946 -- Changed Query.add_filter() to take two arguments.Keryn Knight2021-07-281-5/+6
* Fixed #32951 -- Removed Query.where_class & co.Nick Pope2021-07-221-2/+2
* Fixed #31910 -- Fixed crash of GIS aggregations over subqueries.Simon Charette2020-11-041-3/+3
* Fixed #31233 -- Closed database connections and cursors after use.Jon Dufresne2020-02-061-1/+4
* Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.Simon Charette2019-10-241-35/+0
* Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom2018-08-031-1/+2
* Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...Yan Mitrofanov2017-11-211-1/+1
* Refs #20880 -- Removed non-cloning logic from Query.clone().Anssi Kääriäinen2017-07-311-5/+6
* Removed useless hasattr in UpdateQuery._setup_query().Tim Graham2017-07-081-2/+1
* Removed obsolete Query.tables attribute.Anssi Kääriäinen2017-06-291-3/+3
* Refs #27624 -- Made many attributes of Query immutable.Adam Johnson2017-03-081-3/+2
* Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan2017-02-281-22/+8
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-3/+2
* Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham2016-10-281-4/+2
* Removed unused 'field' argument to DeleteQuery.delete_batch().Tim Graham2016-10-151-3/+2
* Removed unused InsertQuery.clone().Tim Graham2016-10-131-9/+0
* Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().David Sanders2016-06-291-1/+5
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-2/+1
* Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.Simon Charette2015-12-141-1/+1
* Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill2015-09-221-3/+3
* Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...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 failure.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 retrieving fields.Daniel Pyrathon2015-01-061-3/+5
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-78/+1
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh 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_joins.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 cloning.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-061-4/+1
* Fixed #20348 -- Consistently handle Promise objects in model fields.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 lookups.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