Ignore:
Timestamp:
17 Mar 2012, 23:54:05 (13 years ago)
Author:
uli
Message:

Make description_dict a simple attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/export.py

    r7865 r7903  
    3131    fields = ('code', 'title', 'prefix', 'entry_level', 'year',
    3232              'provider', 'application_category', 'description',
    33               'description_dict', 'startdate', 'enddate', 'strict_deadline')
     33              'startdate', 'enddate', 'strict_deadline')
    3434
    3535    def export(self, containers, filepath=None):
Note: See TracChangeset for help on using the changeset viewer.