From 184e6614b0c3e5cf2c8290923d0aa4fd27dd20b4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Apr 2018 18:15:11 +0200 Subject: Remove groups from person types (refs #4046) --- ishtar_common/models.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 3eceb8df0..24b16c873 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2373,10 +2373,6 @@ class Organization(Address, Merge, OwnPerms, ValueGetter): class PersonType(GeneralType): - # rights = models.ManyToManyField(WizardStep, verbose_name=_(u"Rights")) - groups = models.ManyToManyField(Group, verbose_name=_(u"Groups"), - blank=True) - class Meta: verbose_name = _(u"Person type") verbose_name_plural = _(u"Person types") -- cgit v1.2.3