Changes between Version 3 and Version 4 of Ticket #34067
- Timestamp:
- Oct 1, 2022, 7:09:03 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34067 – Description
v3 v4 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 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 66 I have tried to add a breakpoint like so [[Image(https://imgur.com/SdaQUt6)]] 68 67 Then I get this result [[Image(https://imgur.com/5zzLNV0)]]. 69 68