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)
|
return self.filter(is_active=switcher)
|
||||||
|
|
||||||
|
|
||||||
class Country(RelatedInstanceMixin, TranslatedFieldsMixin,
|
class Country(TranslatedFieldsMixin,
|
||||||
SVGImageMixin, ProjectBaseMixin):
|
SVGImageMixin, ProjectBaseMixin):
|
||||||
"""Country model."""
|
"""Country model."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user