migrations.AlterField(
            model_name='client',
            name='scopes',
            field=models.ManyToManyField(verbose_name='Scopes', blank=True, help_text='The scopes client is restricted to. <i>All registered scopes will be available for the client if none selected.</i>', to='oauthost.Scope'),