summaryrefslogtreecommitdiff
path: root/django/db/models/sql/subqueries.py
AgeCommit message (Expand)Author
2008-04-26queryset-refactor: Make sure the right list of fields is passed to theMalcolm Tredinnick
2008-04-26queryset-refactor: Repaired the dates() method with extra(select=...).xiMalcolm Tredinnick
2008-04-24queryset-refactor: A few bits of code cleanup.Malcolm Tredinnick
2008-04-22queryset-refactor: Don't use the "AS" keyword in the FROM-clause. Fixed #7055.Malcolm Tredinnick
2008-04-20queryset-refactor: Added faster paths for updates and inserts that are doneMalcolm Tredinnick
2008-04-16queryset-refactor: Added some missed quoting to a table name.Malcolm Tredinnick
2008-03-19queryset-refactor: Added support for munging of insert columns.Malcolm Tredinnick
2008-03-16queryset-refactor: More whack-a-mole optimisation work. Still got a couple of...Malcolm Tredinnick
2008-03-15queryset-refactor: Optimised some internal data structures in sql/query.py.Malcolm Tredinnick
2008-03-13queryset-refactor: Made sure that update filter queries only return a singleMalcolm Tredinnick
2008-03-12queryset-refactor: Added a way to change the prefix of all aliases in a query.Malcolm Tredinnick
2008-03-12queryset-refactor: Refactored the way values() works so that it works properlyMalcolm Tredinnick
2008-03-03queryset-refactor: Simplified updates of related tables, with added bonus of ...Malcolm Tredinnick
2008-02-29queryset-refactor: Fixed a small error in [7179].Malcolm Tredinnick
2008-02-29queryset-refactor: Made update() work with inherited models.Malcolm Tredinnick
2008-02-27queryset-refactor: Typo fix. Fixed #6670. Thanks, alex.Malcolm Tredinnick
2008-02-27queryset-refactor: Moved the Query subclasses into their own file.Malcolm Tredinnick