# Generated by Django 2.2.12 on 2020-10-15 05:01 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0016_auto_20201015_1600'), ] operations = [ migrations.AlterField( model_name='player', name='q3', field=otree.db.models.BooleanField(choices=[[1, 'Key audit matter paragraph'], [0, 'Other matter paragraph']], null=True, verbose_name='When considering all of the audit matters communicated to the audit committee, the audit matters that, in the auditor’s professional judgement, were of most significance in the audit of the financial report of the current period are included in a ______ in the auditor’s report.'), ), ]