Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql/constants.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-4/+0
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-281-6/+4
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre2014-02-021-0/+2
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-1/+1
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-1/+2
* Moved join path generation to FieldAnssi Kääriäinen2012-12-301-6/+0
* Fixed #19500 -- Solved a regression in join reuseAnssi Kääriäinen2012-12-201-3/+0
* Fixed #10790 -- Refactored sql.Query.setup_joins()Anssi Kääriäinen2012-12-161-2/+9
* Removed dupe_avoidance from sql/query and sql/compiler.pyAnssi Kääriäinen2012-10-311-0/+3
* Fixed #19190 -- Refactored Query select clause attributesAnssi Kääriäinen2012-10-271-0/+3
* Internal refactoring; moving LOOKUP_SEP up one level.Malcolm Tredinnick2012-09-091-4/+7
* Code comment fix.Mitar2012-08-261-1/+1
* Switch a datastructure internal to the ORM to be a set, i...Alex Gaynor2012-04-301-2/+2
* Fixed #17644 -- Changed Query.alias_map to use namedtuplesAdrian Holovaty2012-04-301-11/+7
* Fixed #7672 -- Added a 'week_day' lookup type. Many thank...Karen Tracey2009-02-081-1/+1
* Fixed #8439 -- Complex combinations of Q-objects (using b...Malcolm Tredinnick2008-09-021-1/+2
* Fixed #7098 -- Old-style related-model order_by() syntax ...Malcolm Tredinnick2008-04-281-1/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+36