From d4c2af9d65f25e6ac86406d3b1dcb784c2f6526c Mon Sep 17 00:00:00 2001 From: littlewolf Date: Tue, 24 Dec 2019 11:53:46 +0300 Subject: [PATCH] Fix country --- apps/location/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/location/models.py b/apps/location/models.py index 5575dfbe..600aa07a 100644 --- a/apps/location/models.py +++ b/apps/location/models.py @@ -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."""