Changes between Version 4 and Version 5 of Ticket #32850


Ignore:
Timestamp:
Jun 15, 2021, 9:11:01 AM (3 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32850 – Description

    v4 v5  
    1616    @property
    1717    def paginator(self):
    18         return paginator.Paginator(self.items(), self.limit)
     18        return paginator.Paginator(self._items(), self.limit)
    1919
    2020}}}
Back to Top