Changes between Version 24 and Version 25 of QuerysetRefactorBranch


Ignore:
Timestamp:
Jul 28, 2008, 6:46:23 AM (16 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuerysetRefactorBranch

    v24 v25  
    6464 * 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.
    6565 * {{{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).
    6667
    6768== Things to Note ==
Back to Top