Changes between Version 166 and Version 167 of BackwardsIncompatibleChanges


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

Changed title casing so link worked

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v166 v167  
    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== Change 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