Skip to content

Commit

Permalink
Merge pull request #3759 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
bobby-didcoding authored Dec 23, 2024
2 parents 94120db + 1c933ab commit f332f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domestic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.db import models
from django.http import Http404
from django.utils.functional import cached_property
from great_components.mixins import GA360Mixin # /PS-IGNORE
from modelcluster.contrib.taggit import ClusterTaggableManager
from modelcluster.fields import ParentalManyToManyField
Expand Down Expand Up @@ -1147,7 +1148,7 @@ def intro_ctas(self):

return ctas

@property
@cached_property
def stats(self):
iso2 = getattr(self.country, 'iso2', None)

Expand Down

0 comments on commit f332f82

Please sign in to comment.