From 23ea99734d4d784cdb7740bc665b2a16759f28cc Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Dec 2014 15:47:15 +0000 Subject: [PATCH] add missing link in docs --- pandora/place/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/place/views.py b/pandora/place/views.py index 3b34b360..2c18ca7e 100644 --- a/pandora/place/views.py +++ b/pandora/place/views.py @@ -233,7 +233,7 @@ def findPlaces(request, data): } notes: Possible query keys are 'geoname', 'name' and 'user'. Possible itemsQuery keys are all item keys, as defined in the config. - see: addPlace, editPlace, removePlace + see: addPlace, editPlace, find, removePlace ''' response = json_response()