summaryrefslogtreecommitdiff
path: root/django/db/models/sql
AgeCommit message (Expand)Author
2008-06-26Fixed #7181 -- when ordering by a potentially NULL field, use a left-outer joinMalcolm Tredinnick
2008-06-26Fixed #7076 -- Include NULL values when excluding non-NULL items.Malcolm Tredinnick
2008-06-26Fixed a problem when constructing complex select_related() calls.Malcolm Tredinnick
2008-06-26Fixed a problem with values() and values_list() queries and nullable joins.Malcolm Tredinnick
2008-06-15Fixed #7387 - Fixed circular import problem when importing `contrib.contentty...Gary Wilson Jr
2008-06-12Negligible comment typo fixesAdrian Holovaty
2008-06-08Fixed #7369: fixed a corner-case involving select_related() following non-nul...Jacob Kaplan-Moss
2008-04-29Fixed an Oracle error on double negations in where conditions. Fixed #7111Ian Kelly
2008-04-28Changed Query.get_columns() to quote the 'AS' column names in an extra_select...Adrian Holovaty
2008-04-28Added the ability to pickle and unpickle QuerySets and Query classes.Malcolm Tredinnick
2008-04-28Made some types of nested update queries very slightly more efficient at theMalcolm Tredinnick
2008-04-28Fixed #7096 -- The simplifications in [7461] weren't complete. They brokeMalcolm Tredinnick
2008-04-28Fixed #7098 -- Old-style related-model order_by() syntax was being incorrectlyMalcolm Tredinnick
2008-04-28Migrated _setup_query() docstring to AmericaAdrian Holovaty
2008-04-28Fixed #7097 -- dates() queries now work as expected with select_related() -- ...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick