Changes between Version 4 and Version 5 of Ticket #32850
- Timestamp:
- Jun 15, 2021, 9:11:01 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32850 – Description
v4 v5 16 16 @property 17 17 def paginator(self): 18 return paginator.Paginator(self. items(), self.limit)18 return paginator.Paginator(self._items(), self.limit) 19 19 20 20 }}}