Changes between Version 24 and Version 25 of QuerysetRefactorBranch
- Timestamp:
- Jul 28, 2008, 6:46:23 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuerysetRefactorBranch
v24 v25 64 64 * Still on {{{extra(select=...)}}}... if you want to substitute parameters into these extra selection columns, use the {{{select_params}}} argument to {{{extra()}}}. The {{{params}}} argument is only applied to the extra where conditions. 65 65 * {{{select_related(False)}}} is no longer possible. Don't worry. You didn't know this existed, so you won't miss it. It was never part of the official API. 66 * The internal method {{{DatabaseOperations.limit_offset_sql()}}} has been dropped (as of r7732 on trunk). 66 67 67 68 == Things to Note ==