Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/sql
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a query failure on Python 3.5; refs #23763.Tim Graham2015-01-201-1/+1
* Removed legacy ORM lookup support per deprecation timelin...Tim Graham2015-01-192-247/+8
* Fixed #24174 -- Fixed extra order by descendingJosh Smeaton2015-01-191-2/+4
* Removed support for callable QuerySet arguments per depre...Tim Graham2015-01-181-6/+1
* Replaced inner functions by class methods.Simon Charette2015-01-151-13/+15
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-133-13/+42
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-122-34/+58
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-084-611/+514
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-073-29/+59
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-2/+1
* Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek2014-12-311-4/+30
* Fixed #10414 -- Made select_related() fail on invalid fie...Niclas Olofsson2014-12-241-9/+46
* Fixed #21414 -- Removed RelatedObject and deprecated Fiel...Anssi Kääriäinen2014-12-232-4/+3
* Refs #24020 -- return expressions from get_group_by_cols()Anssi Kääriäinen2014-12-181-2/+3
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-7/+7
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-284-127/+184
* Fixed #23877 -- aggregation's subquery missed target colAnssi Kääriäinen2014-11-272-7/+54
* Fixed #23875 -- cleaned up query.get_count()Anssi Kääriäinen2014-11-272-92/+30
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-263-139/+10
* Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen2014-11-202-2/+21
* Fixed #23876 -- Removed dead code in SQLAggregateCompiler.Carl Meyer2014-11-201-4/+1
* Deprecated calling a SQLCompiler instance.Carl Meyer2014-11-191-19/+25
* Moved bilateral transform fetching to models.lookupsAnssi Kääriäinen2014-11-171-7/+4
* Renamed qn to compilerJosh Smeaton2014-11-163-20/+20
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-157-415/+273
* Removed extra enumerate() from Query.setup_joins()Anssi Kääriäinen2014-11-121-1/+1
* Improved Query.names_to_path docstringAnssi Kääriäinen2014-11-121-3/+7
* Simplified Query.build_lookup()Anssi Kääriäinen2014-11-111-17/+37
* Fixed #23721 -- check_related_objects without calling __i...Collin Anderson2014-10-281-3/+2
* Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny2014-10-281-1/+4
* Fixed #23396 -- Ensured ValueQuerySets are not checked by...Gabe Jackson2014-10-211-15/+11
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-282-4/+4
* Fixed #23460 -- Added literal `%s` support to extra() Que...Matt Robenolt2014-09-261-1/+2
* Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny2014-09-181-8/+9
* Limited lines to 119 characters in django/Tim Graham2014-09-053-5/+15
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-032-77/+70
* Fixed #23313 -- Corrected repr(RawQuery) with dict parame...Andrew Torpedov2014-08-291-2/+6
* Fixed #23266 -- Prevented queries caused by type checking...Anubhav Joshi2014-08-111-2/+13
* Fixed #23259 -- Corrected insertion order of extra() sele...Rajiv Makhijani2014-08-111-1/+2
* Fixed #21603 -- Fixed complex RawQuerySets queries on som...Alex Hill2014-08-061-1/+1
* Fixed #14334 -- Query relation lookups now check object t...Anubhav Joshi2014-07-012-1/+30
* Fixed #22050 -- Fixed defer fields on proxy related models.Lovas Bence2014-06-251-1/+1
* Fixed #22819 -- Renamed output_type -> output_field in qu...Tim Graham2014-06-173-6/+6
* Improved code style of Query.table_alias() usage.Jorge C. Leitão2014-06-142-7/+7
* Removed unnecessary attribute assigment to SQLCompiler.Jorge C. Leitão2014-06-141-2/+2
* Fixed #22826 -- Improved internal usage of Query.setup_jo...Jorge C. Leitão2014-06-143-11/+9
* Fixed several typos in DjangoAlex Gaynor2014-05-291-2/+2
* Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen2014-05-051-0/+2
* Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen2014-05-051-9/+16