Changes between Initial Version and Version 2 of Ticket #25998
- Timestamp:
- Dec 29, 2015, 5:10:32 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25998
- Property Resolution → duplicate
- Property Status new → closed
- Property Type Uncategorized → Bug
-
Ticket #25998 – Description
initial v2 13 13 qs = Room.objects.values('id') 14 14 pg = Paginator(per_page=1, object_list=qs) 15 res = list(pg.page( 0))15 res = list(pg.page(1)) 16 16 17 17 class Room(models.Model):