field=models.CharField(choices=[(b'info','Info (light blue)'),(b'warning','Warning (yellow)'),(b'danger','Danger (red)'),(b'success','Success (green)'),(b'primary','Primary (dark blue)')],default=b'info',help_text='Category matches Bootstrap ones and defines color used for the message.',max_length=25,verbose_name='Category'),