Ignore:
Timestamp:
3 Jul 2016, 03:31:10 (8 years ago)
Author:
Henrik Bettermann
Message:

Use defaultFactory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py

    r13563 r14009  
    7070            vocabulary = registration_states_vocab,
    7171            ),
    72         default = [],
     72        defaultFactory=list,
    7373        )
    7474
     
    138138            vocabulary = blocks
    139139            ),
    140         default = [],
     140        defaultFactory=list,
    141141        )
    142142
     
    146146            vocabulary = blocks
    147147            ),
    148         default = [],
     148        defaultFactory=list,
    149149        )
    150150
     
    154154            vocabulary = bed_letters
    155155            ),
    156         default = [],
     156        defaultFactory=list,
    157157        )
    158158
     
    162162            vocabulary = bed_letters
    163163            ),
    164         default = [],
     164        defaultFactory=list,
    165165        )
    166166
     
    170170            vocabulary = bed_letters
    171171            ),
    172         default = [],
     172        defaultFactory=list,
    173173        )
    174174
     
    178178            vocabulary = bed_letters
    179179            ),
    180         default = [],
     180        defaultFactory=list,
    181181        )
    182182
     
    186186            vocabulary = bed_letters
    187187            ),
    188         default = [],
     188        defaultFactory=list,
    189189        )
    190190
Note: See TracChangeset for help on using the changeset viewer.