Re: Pagination (was: Re: [PATCH 1/3] REST: Integrate django-filter support)

2016-12-12 Thread Stephen Finucane
On Mon, 2016-12-12 at 18:14 +1100, Andrew Donnellan wrote: > On 21/11/16 14:17, Andrew Donnellan wrote: > > On 21/11/16 11:39, Russell Currey wrote: > > > Do you know if there's a way to get a reverse ordering of entries > > > in > > > the REST > > > API?  For example in the patches API each

Pagination (was: Re: [PATCH 1/3] REST: Integrate django-filter support)

2016-12-11 Thread Andrew Donnellan
On 21/11/16 14:17, Andrew Donnellan wrote: On 21/11/16 11:39, Russell Currey wrote: Do you know if there's a way to get a reverse ordering of entries in the REST API? For example in the patches API each "page" has 30 entries, and you can get the latest page with ?page=last - but this isn't as