Changes between Version 1 and Version 3 of Ticket #34067
- Timestamp:
- Oct 1, 2022, 7:04:45 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34067
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #34067 – Description
v1 v3 64 64 But in the args of {{{Paginator._get_page}}} the queryset is totally different than expected / should be a slice from the first six elements of {{{Paginator.object_list}}} / 65 65 66 I have tried to add a breakpoint like so [[Image(https://imgur.com/SdaQUt6)]] 66 I have added a breakpoint like so [[Image(https://imgur.com/SdaQUt6)]]. I do not use the method itself, just stopped the execution to check what data the `Page` class itself is called with. 67 67 68 Then I get this result [[Image(https://imgur.com/5zzLNV0)]]. 68 69