bin/cubicweb-ctl
author Aurelien Campeas
Thu, 11 Jul 2013 13:32:27 +0200
changeset 9293 723e2c586ea3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entity] Entity.related(): add a targettypes argument (closes #2957313) This allows to restrict the entity types returned by the method (passed to cw_related_rql). When such an argument is given, no caching happens.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])