Django utilises the array slicing syntax of python to implement limit offset. Suppose you have 20 rows in a queryset and you want to access the data in batches of 5.
firstfiverows =...
↧