stop commit error when running celery as eager

This commit is contained in:
Andy McKay 2013-02-08 16:20:24 -08:00
Родитель a083b1aabe
Коммит 91f5010515
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -282,6 +282,7 @@ def app_review(request, addon):
# Temp. reindex the addon now it's been committed.
if not settings.IN_TEST_SUITE and request.method == 'POST':
index_addons.delay([addon.pk])
transaction.commit()
if resp:
return resp
raise