|
a/Allura/allura/model/notification.py |
|
b/Allura/allura/model/notification.py |
|
... |
|
... |
60 |
subject=FieldProperty(str)
|
60 |
subject=FieldProperty(str)
|
61 |
text=FieldProperty(str)
|
61 |
text=FieldProperty(str)
|
62 |
link=FieldProperty(str)
|
62 |
link=FieldProperty(str)
|
63 |
author_id=ForeignIdProperty('User')
|
63 |
author_id=ForeignIdProperty('User')
|
64 |
feed_meta=FieldProperty(S.Deprecated)
|
64 |
feed_meta=FieldProperty(S.Deprecated)
|
65 |
artifact_reference = FieldProperty(S.Deprecated)
|
65 |
artifact_reference = FieldProperty(None)
|
66 |
pubdate = FieldProperty(datetime, if_missing=datetime.utcnow)
|
66 |
pubdate = FieldProperty(datetime, if_missing=datetime.utcnow)
|
67 |
|
67 |
|
68 |
ref = RelationProperty('ArtifactReference')
|
68 |
ref = RelationProperty('ArtifactReference')
|
69 |
|
69 |
|
70 |
def author(self):
|
70 |
def author(self):
|