</select><input type="hidden" name="initial-multi_choice" value="1" id="initial-id_multi_choice_0" /> <span class="helptext"> Hold down "Control", or "Command" on a Mac, to select more than one.</span></p>
</select><input type="hidden" name="initial-multi_choice_int" value="1" id="initial-id_multi_choice_int_0" /> <span class="helptext"> Hold down "Control", or "Command" on a Mac, to select more than one.</span></p>""")
deftest_initial_instance_value(self):
"Initial instances for model fields may also be instances (refs #7287)"
<input type="hidden" name="initial-multi_choice" value="3" id="initial-id_multi_choice_1" /> <span class="helptext"> Hold down "Control", or "Command" on a Mac, to select more than one.</span></p>
<input type="hidden" name="initial-multi_choice_int" value="3" id="initial-id_multi_choice_int_1" /> <span class="helptext"> Hold down "Control", or "Command" on a Mac, to select more than one.</span></p>""")
classFormsModelTestCase(TestCase):
deftest_unicode_filename(self):
# FileModel with unicode filename and data #########################
f=FileForm(data={},files={'file1':SimpleUploadedFile('我隻氣墊船裝滿晒鱔.txt','मेरी मँडराने वाली नाव सर्पमीनों से भरी ह'.encode('utf-8'))},auto_id=False)