I have this model:
class Connection(models.Model): CONNECTION_CHOICES = [ (\'REST-API\', \'REST-API\'), (\'SSH\', \'SSH\'), (\'SFTP\', \'SFTP\'),