Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-1/+1
* Removed SQLCompiler.__call__() per deprecation timeline.Tim Graham2015-09-241-13/+0
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-33/+112
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-1/+4
* Fixed #24951 -- Fixed AssertionError in delete queries in...Tim Graham2015-08-201-1/+1
* Fixed #24986 -- Added support for annotations in DISTINCT...Valentina Mukhamedzhanova2015-08-151-1/+4
* Adjusted SQLCompiler.get_order_by()'s docstring return va...risicle2015-07-281-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some...Anssi Kääriäinen2015-05-111-2/+5
* Fixed #24654 -- Based ordering circular references detect...Simon Charette2015-04-201-1/+1
* Fixed #24605 -- Fixed incorrect reference to alias in sub...Anssi Kääriäinen2015-04-161-1/+2
* Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen2015-04-161-0/+7
* Fixed #24611 -- Fixed update() crash with related UUID pk...Jay Wineinger2015-04-131-1/+4
* Fixed #19259 -- Added group by selected primary keys supp...Simon Charette2015-03-301-4/+12
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-4/+4
* Removed field.field check in setup_joins()Anssi Kääriäinen2015-03-251-1/+1
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-6/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-041-10/+8
* Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz2015-01-301-1/+1
* Fixed #24164 -- Fixed Oracle GIS limited aggregation test...Tim Graham2015-01-301-5/+7
* Fixed #24174 -- Fixed extra order by descendingJosh Smeaton2015-01-191-2/+4
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-131-1/+3
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-121-31/+55
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-499/+445
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-13/+15
* Fixed #10414 -- Made select_related() fail on invalid fie...Niclas Olofsson2014-12-241-9/+46
* Refs #24020 -- return expressions from get_group_by_cols()Anssi Kääriäinen2014-12-181-2/+3
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-281-35/+10
* Fixed #23877 -- aggregation's subquery missed target colAnssi Kääriäinen2014-11-271-2/+10
* Fixed #23875 -- cleaned up query.get_count()Anssi Kääriäinen2014-11-271-0/+5
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-261-60/+7
* Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen2014-11-201-1/+1
* Fixed #23876 -- Removed dead code in SQLAggregateCompiler.Carl Meyer2014-11-201-4/+1
* Deprecated calling a SQLCompiler instance.Carl Meyer2014-11-191-19/+25
* Renamed qn to compilerJosh Smeaton2014-11-161-3/+3
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-45/+49
* Limited lines to 119 characters in django/Tim Graham2014-09-051-3/+8
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-58/+63
* Fixed #23259 -- Corrected insertion order of extra() sele...Rajiv Makhijani2014-08-111-1/+2
* Fixed #14334 -- Query relation lookups now check object t...Anubhav Joshi2014-07-011-1/+1
* Improved code style of Query.table_alias() usage.Jorge C. Leitão2014-06-141-1/+1
* Removed unnecessary attribute assigment to SQLCompiler.Jorge C. Leitão2014-06-141-2/+2
* Fixed #19195 -- Allow explicit ordering by a relation `_i...Simon Charette2014-04-301-2/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22343 -- Disallowed select_for_update in autocommi...Shai Berger2014-04-101-0/+4
* Flake8 correctionsShai Berger2014-03-121-4/+3
* Fixed #22210 -- Saving model instances to non-related fie...Daniel Pyrathon2014-03-101-1/+9
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Removed an unused import which snuck in.Alex Gaynor2014-02-021-1/+0