Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
34ac9eb7af16
Commit
8794b345
authored
Apr 24, 2013
by
Sylvain Thénault
Browse files
[schema] drop meta property, deprecated since yams 0.25 (though warning was missing)
--HG-- branch : stable
parent
00ddf66df540
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.py
View file @
34ac9eb7
...
...
@@ -45,7 +45,7 @@ class EmailPart(EntityType):
}
content
=
String
(
fulltextindexed
=
True
)
content_format
=
String
(
required
=
True
,
meta
=
True
,
maxsize
=
50
)
content_format
=
String
(
required
=
True
,
maxsize
=
50
)
ordernum
=
Int
(
required
=
True
)
alternative
=
SubjectRelation
(
'EmailPart'
,
symmetric
=
True
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment