Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql/datastructures.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-151-10/+20
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-231-1/+1
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-281-0/+117
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-66/+0
* Fixed #22819 -- Renamed output_type -> output_field in qu...Tim Graham2014-06-171-3/+3
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21863 -- supplemented get_lookup() with get_transf...Anssi Kääriäinen2014-03-071-0/+3
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-7/+16
* Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen2013-11-021-0/+15
* Fixed #20989 -- Removed explicit list comprehension insid...Tim Graham2013-08-291-2/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-3/+4
* Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen2013-03-121-8/+4
* Fixed #19837 -- Refactored split_exclude() join generationAnssi Kääriäinen2013-02-191-2/+4
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-1/+22
* Refactored the empty/full result logic in WhereNode.as_sql()Anssi Kääriäinen2012-07-011-3/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-8/+4
* Fixed #3566 -- Added support for aggregation to the ORM. ...Russell Keith-Magee2009-01-151-53/+0
* Made it possible to pickle DateQuerySets.Malcolm Tredinnick2008-08-211-1/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+103