Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25609 -- Fixed regression in related field nested ...Ian Foote2015-10-271-1/+4
* Fixed #24687 -- Added select_related() validation for nes...Tim Graham2015-10-101-1/+1
* Refs #14030 -- Removed backwards compatiblity for old-sty...Tim Graham2015-09-242-189/+0
* Removed SQLCompiler.__call__() per deprecation timeline.Tim Graham2015-09-241-13/+0
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-222-36/+115
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-212-4/+4
* Removed the unused JoinPromoter.outer_votes attribute.Simon Charette2015-09-171-8/+6
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-051-1/+2
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-1/+4
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-312-2/+0
* 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-152-3/+15
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-10/+20
* Made Options.get_base_chain() always return a list.Valentina Mukhamedzhanova2015-08-141-1/+1
* Adjusted SQLCompiler.get_order_by()'s docstring return va...risicle2015-07-281-1/+1
* Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler2015-07-271-2/+2
* Fixed #24923 -- errored out nicely when using aggregates ...Anssi Kääriäinen2015-07-131-0/+5
* Fixed #23791 -- Corrected object type check for pk__in=qsAnssi Kääriäinen2015-06-291-8/+8
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-243-10/+10
* Refs #24833 -- Forwardported some of "Fixed Case expressi...Andriy Sokolovskiy2015-06-051-6/+6
* Fixed #24835 -- Fixed QuerySet.exists() after an annotati...Paweł Marczewski2015-05-261-0/+3
* Fixed #16891 -- Made Model/QuerySet.delete() return the n...Alexander Sosnovskiy2015-05-221-6/+12
* Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen2015-05-201-5/+7
* Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin2015-05-171-1/+1
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-4/+20
* Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some...Anssi Kääriäinen2015-05-111-2/+5
* Fixed #24719 -- Restored the ability to use interators as...Aric Coady2015-04-281-1/+4
* 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 #24277 -- Added exception when dict used in QuerySe...Alex Wilson2015-04-141-0/+2
* 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-252-6/+6
* Removed field.field check in setup_joins()Anssi Kääriäinen2015-03-252-12/+4
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-26/+21
* Fixed #24171 -- Fixed failure with complex aggregate quer...Anssi Kääriäinen2015-03-091-4/+23
* Update converters to take a consistent set of parameters.Marc Tamlyn2015-02-201-6/+4
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-065-21/+20
* Removed non-used EmptyShortCircuitAnssi Kääriäinen2015-02-041-8/+0
* Removed EverythingNodeAnssi Kääriäinen2015-02-042-62/+26
* Fixed #24268 -- removed Query.havingAnssi Kääriäinen2015-02-044-90/+65
* Removed query.alias_diff()Tim Graham2015-02-021-11/+0
* Removed Query.raise_field_error()Tim Graham2015-02-021-5/+0
* Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz2015-01-301-1/+1
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQu...Loic Bistuer2015-01-302-5/+10
* Fixed #24164 -- Fixed Oracle GIS limited aggregation test...Tim Graham2015-01-302-6/+11
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-272-16/+0