Ignore:
Timestamp:
20 May 2012, 09:57:09 (12 years ago)
Author:
Henrik Bettermann
Message:

Add property is_postgrad.

Add invariant constraint to ICertificate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/batchprocessing.txt

    r8372 r8472  
    298298    >>> open('certificates.csv', 'wb').write(
    299299    ... """code,faculty_code,department_code,title,study_mode,start_level,end_level,application_category
    300     ... CERT1,FAC1,DEP1,Certificate 1,ug_ft,100,300,basic
     300    ... CERT1,FAC1,DEP1,Certificate 1,pg_ft,999,999,basic
    301301    ... CERT2,FAC1,DEP1,Certificate 2,ug_ft,200,300,cest
    302302    ... """)
Note: See TracChangeset for help on using the changeset viewer.