limit to 6 others by author, load pages with speed and grace

This commit is contained in:
Jeff Balogh 2011-05-31 15:25:49 -07:00
Родитель f168a17b29
Коммит 3ab9f4443c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -192,7 +192,7 @@ def impala_extension_detail(request, addon):
addon.get_satisfaction_company)
# other add-ons from the same author(s)
author_addons = order_by_translation(addon.authors_other_addons, 'name')
author_addons = order_by_translation(addon.authors_other_addons, 'name')[:6]
# tags
tags = addon.tags.not_blacklisted()