Fix country
This commit is contained in:
parent
0c2dacb3bf
commit
d4c2af9d65
|
|
@ -24,7 +24,7 @@ class CountryQuerySet(models.QuerySet):
|
|||
return self.filter(is_active=switcher)
|
||||
|
||||
|
||||
class Country(RelatedInstanceMixin, TranslatedFieldsMixin,
|
||||
class Country(TranslatedFieldsMixin,
|
||||
SVGImageMixin, ProjectBaseMixin):
|
||||
"""Country model."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user