Changes between Version 1 and Version 2 of Ticket #35733, comment 1
- Timestamp:
- Sep 5, 2024, 9:36:08 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35733, comment 1
v1 v2 1 1 If we are going to do this I think should use `paginator.__dict__.get('count')` instead to avoid causing the inverse problem if `count` is not already cached? 2 3 I think that a similar optimization could be used for any `count` that is smaller than the page size.