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

Re: [PATCH] views: Add List-Id to mbox

2016-12-11 Thread Andrew Donnellan
On 11/12/16 22:39, Thomas Monjalon wrote: The List-Id header is retrieved from the Project object. Fixes #53 Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Donnellan --- patchwork/views/__init__.py | 1 + 1 file changed, 1

[PATCH] views: Add List-Id to mbox

2016-12-11 Thread Thomas Monjalon
The List-Id header is retrieved from the Project object. Fixes #53 Signed-off-by: Thomas Monjalon --- patchwork/views/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/views/__init__.py b/patchwork/views/__init__.py index 58fb29f..db11e03