field=models.CharField(choices=[('STRICT','STRICT'),('COMMON','COMMON')],default='COMMON',help_text="En cas d'auth par mac, auth common ou strcit sur le port",max_length=32,verbose_name='RADIUS mode'),
),
migrations.AlterField(
model_name='portprofile',
name='radius_type',
field=models.CharField(choices=[('NO','NO'),('802.1X','802.1X'),('MAC-radius','MAC-radius')],help_text="Choix du type d'authentification radius : non actif, mac ou 802.1X",max_length=32,verbose_name='RADIUS type'),