cubicweb/test/data/cubicweb_tag/entities.py
changeset 12518 12e8b65146d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cubicweb/test/data/cubicweb_tag/entities.py	Fri Mar 15 18:07:18 2019 +0100
@@ -0,0 +1,6 @@
+from cubicweb.entities import AnyEntity, fetch_config
+
+
+class Tag(AnyEntity):
+    __regid__ = 'Tag'
+    fetch_attrs, cw_fetch_order = fetch_config(['name'])