changeset 11064 | 113e9da47afc |
parent 11063 | de20b0903d7d |
child 11065 | c7dbd10648e6 |
--- a/web/test/data/schema.py Fri Dec 04 14:56:20 2015 +0100 +++ b/web/test/data/schema.py Mon Dec 07 11:58:17 2015 +0100 @@ -102,7 +102,7 @@ object = 'Filesystem' class Directory(EntityType): - name = String() + name = String(required=True) class parent_directory(RelationDefinition): name = 'parent'