django1/django/db/models/sql
Tim Graham aa10f57d94 [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Thanks jorgecarleitao for the suggestion.

Backport of 95cc0e15b4 from master
2014-06-17 12:06:12 -04:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
aggregates.py [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expression API. 2014-06-17 12:06:12 -04:00
compiler.py [1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field. 2014-04-30 14:26:39 -04:00
constants.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
datastructures.py [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expression API. 2014-06-17 12:06:12 -04:00
expressions.py [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00
query.py [1.7.x] Fixed #22819 -- Renamed output_type -> output_field in query expression API. 2014-06-17 12:06:12 -04:00
subqueries.py Made SQLCompiler.execute_sql(result_type) more explicit. 2014-02-02 12:47:06 -05:00
where.py [1.7.x] Fix many many typos in comments throughout the codebase 2014-04-26 14:35:57 -04:00