('unities',django.contrib.postgres.fields.ArrayField(base_field=models.CharField(blank=True,max_length=255),help_text='Possibly cities. This field stores the user declared unities on contract creation. This are used to distinguish some special grupos associated to the contract',size=None)),
('groups',models.ManyToManyField(blank=True,help_text='Groups created to enforce this contract restrictions in several other models',related_name='contract',to='auth.Group',verbose_name='groups')),