Changes between Initial Version and Version 1 of Ticket #35733, comment 1


Ignore:
Timestamp:
Sep 5, 2024, 9:35:13 AM (2 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35733, comment 1

    initial v1  
    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.
     1If 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?
Back to Top