Changes between Version 3 and Version 4 of ObjectLevelCaching


Ignore:
Timestamp:
May 28, 2007, 12:25:00 PM (17 years ago)
Author:
Paul Collier <paul@…>
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectLevelCaching

    v3 v4  
    99that of [http://www.djangoproject.com/documentation/models/generic_relations generic relations].
    1010
     11The project and svn repository can be found at [http://code.google.com/p/django-object-level-caching/ Google Project Hosting].
    1112
    1213= Proposed Design =
     
    7778
    7879    If `select_related()` is used in the same `QuerySet`, `cache_set()` will
    79     also cache the
     80    also cache relations as far as the `select_related()`'s joins reach.
     81
    8082    If `cache_related()` is used in the same `QuerySet`, it overrides use of
    8183    `select_related()`.
Back to Top