Changes between Initial Version and Version 1 of Ticket #29078, comment 6


Ignore:
Timestamp:
May 24, 2020, 8:32:43 AM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29078, comment 6

    initial v1  
    1 Claude, I think https://github.com/claudep/django/commit/7173c7de makes more sense as the API to retrieve cached many-to-many results should likely be added to `RelatedManager.all()` instead of `iterator`.
     1Claude, I think https://github.com/claudep/django/commit/7173c7de makes more sense as the API to retrieve cached many-to-many results should likely be added to `RelatedManager` (e.g. expose a `get_prefetched_objects` method) instead of `QuerySet.iterator`.
Back to Top