Changeset 4247 for waeup/branches/ulif-rewrite/src
- Timestamp:
- 11 Jun 2009, 00:21:35 (16 years ago)
- Location:
- waeup/branches/ulif-rewrite/src/waeup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r4231 r4247 100 100 code = schema.TextLine( 101 101 title = u'Code', 102 default = u'NA', 102 103 description = u'Abbreviated code of the department', 103 104 required = True, -
waeup/branches/ulif-rewrite/src/waeup/university/department.py
r4228 r4247 13 13 title=u'Unnamed Department', 14 14 title_prefix=u'department', 15 code= None, **kw):15 code="NA", **kw): 16 16 super(Department, self).__init__(**kw) 17 17 self.title = title
Note: See TracChangeset for help on using the changeset viewer.