summaryrefslogtreecommitdiff
path: root/django/db/models/sql
AgeCommit message (Expand)Author
2007-10-24queryset-refactor: Added the ability to apply parameters to the selectMalcolm Tredinnick
2007-10-15queryset-refactor: Fixed a possibility of shooting oneself in the foot andMalcolm Tredinnick
2007-10-15queryset-refactor: Fixed values(...).select_related(...) bug that wasMalcolm Tredinnick
2007-10-15queryset-refactor: Made sure the ordering columns in a distinct() query onlyMalcolm Tredinnick
2007-10-15queryset-refactor: Fixed a couple of typos that were messing up extra(select=...Malcolm Tredinnick
2007-10-15queryset-refactor: Added an order_by parameter to extra(). Refs #2076.Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed a large bag of order_by() problems.Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed handling of extra(tables=...). In passing, this solvesMalcolm Tredinnick
2007-10-14queryset-refactor: Removed a whole bunch of unused code. This includes theMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed a problem with count() queries -- we were creating anMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed some quoting problems with aliases.Malcolm Tredinnick
2007-10-14queryset-refactor: Made all the changes needed to have count() work properlyMalcolm Tredinnick
2007-10-14queryset-refactor: Previous exclude() fixing broke the simple case. Fixed thatMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed the optimization that potentially removes the finalMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed the SQL construction when excluding items acrossMalcolm Tredinnick
2007-10-14queryset-refactor: Create a new join when merging two QuerySets that use a 1-mMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed a problem in the isnull=True handling.Malcolm Tredinnick
2007-10-14querset-refactor: Fixed a bunch of little things as a result of working on theMalcolm Tredinnick
2007-10-14queryset-refactor: integrate select_related() into SQL generation.Malcolm Tredinnick
2007-10-14queryset-refactor: Ported DateQuerySet and ValueQuerySet over and fixed most ofMalcolm Tredinnick
2007-10-14queryset-refactor: Fixed small deepcopy bug in Where clauses.Malcolm Tredinnick
2007-09-15queryset-refactor: Merged to [6198]Adrian Holovaty
2007-09-13Fixed some more join and lookup tests.Malcolm Tredinnick
2007-09-13Fixed deleting via generic relations.Malcolm Tredinnick
2007-09-13Use the correct column in custom column handling.Malcolm Tredinnick
2007-09-13Fixed limit/offset computations.Malcolm Tredinnick
2007-09-13Initial portion of queryset rewrite. This breaks a lot more than it fixes inMalcolm Tredinnick