diff -r 7518cb58ab4c -r 39df042f4ab4 cubicweb/req.py --- a/cubicweb/req.py Fri Sep 30 17:34:11 2016 +0200 +++ b/cubicweb/req.py Fri Sep 30 17:39:17 2016 +0200 @@ -500,9 +500,3 @@ """ url = self._base_url(secure=secure) return url if url is None else url.rstrip('/') + '/' - - # abstract methods to override according to the web front-end ############# - - def describe(self, eid, asdict=False): - """return a tuple (type, sourceuri, extid) for the entity with id """ - raise NotImplementedError