Changes between Version 168 and Version 169 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Jun 27, 2008, 12:34:05 AM (16 years ago)
Author:
Alex Gaynor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v168 v169  
    603603  * Cache the set value at set time instead of just at lookup time. This avoids race conditions when saving related objects along with their parents and was the original impetus for the change (see #6886).
    604604
    605 == Change Where Node Internals ==
     605== Changed Where Node Internals ==
    606606For anybody writing custom Q-like objects or advanced filter additions with the !QuerySet class, [7773] changed the information that is passed to the Where class by default. A standard leaf node in the Where class used to be
    607607
Back to Top