Changes between Version 9 and Version 10 of QuerysetRefactorBranch
- Timestamp:
- Mar 21, 2008, 9:39:57 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuerysetRefactorBranch
v9 v10 53 53 qs.extra(select={'a': ...}, order_by=('a',)) # New style 54 54 }}} 55 * Still on {{{extra(select=...)}}}... if you want to substitute parameters into these extra selection columns, use the {{{select_params}}} argument to {{{extra()}}}. The {{{params}}} ar umgent is only applied to the extra where conditions.55 * 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. 56 56 * {{{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. 57 57 * There is a slight difference between these two filter statements