From 91afde24c41283e2d453bfe50021ba7bf56f2379 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Thu, 30 Apr 2015 17:12:49 +0100 Subject: [PATCH 2/2] autocompleteEntities: fix lies in docstring I really hoped that this WOULD give me back entity IDs, but oh well! --- pandora/entity/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/entity/views.py b/pandora/entity/views.py index 4220bc0..626626e 100644 --- a/pandora/entity/views.py +++ b/pandora/entity/views.py @@ -99,7 +99,7 @@ def autocompleteEntities(request, data): range: [int, int] // range of results to return } returns { - items: [{id, name, ...}, ...] // list of matching entities + items: [name, ...] // list of matching entities' names } see: autocomplete ''' -- 2.1.0