Changes between Version 3 and Version 4 of ObjectLevelCaching
- Timestamp:
- May 28, 2007, 12:25:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectLevelCaching
v3 v4 9 9 that of [http://www.djangoproject.com/documentation/models/generic_relations generic relations]. 10 10 11 The project and svn repository can be found at [http://code.google.com/p/django-object-level-caching/ Google Project Hosting]. 11 12 12 13 = Proposed Design = … … 77 78 78 79 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 80 82 If `cache_related()` is used in the same `QuerySet`, it overrides use of 81 83 `select_related()`.