- Timestamp:
- 16 Jul 2010, 16:23:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/jambtables/interfaces.py
r5268 r5269 295 295 # XXX: should be choice 296 296 # XXX: should have sensible default: upcoming session 297 title = u 297 title = u'Entry Session', 298 298 required = True, 299 299 ) … … 301 301 title = u'Notice', 302 302 required = False, 303 ) ,304 student_id = schema.Tex Line(303 ) 304 student_id = schema.TextLine( 305 305 title = u'Student ID', 306 306 required = False, … … 312 312 title = u'Imported By', 313 313 ) 314 import_date = schema.Date Time(314 import_date = schema.Datetime( 315 315 title = u'Import Date', 316 316 ) … … 318 318 title = u'Import Source', 319 319 ) 320 321 class IApplicantContainer(IWAeUPObject): 322 """A container for applicants. 323 """
Note: See TracChangeset for help on using the changeset viewer.