use .exists(), skip a join and 7 other queries
This commit is contained in:
Родитель
554c23ca9b
Коммит
804ee3d020
|
@ -172,8 +172,7 @@ class UserProfile(amo.models.ModelBase):
|
|||
|
||||
@amo.cached_property
|
||||
def is_developer(self):
|
||||
return bool(self.addons.filter(authors=self,
|
||||
addonuser__listed=True)[:1])
|
||||
return self.addonuser_set.exists()
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
|
Загрузка…
Ссылка в новой задаче