misc: do not cache user profile cell (#29182)

This commit is contained in:
Frédéric Péters 2018-12-18 16:51:12 +01:00
parent 0e4b20ab8f
commit e4c6735225
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class Profile(models.Model):
class ProfileCell(JsonCellBase):
template_name = 'combo/profile.html'
first_data_key = 'profile'
cache_duration = None
class Meta:
verbose_name = _('Profile')