1455: Этап №5: Админка баги - Подписчики -> ЭКСПОРТ

фикс с названием (длина 27 символов)
remotes/origin/stage5
Alexander Burdeiny 10 years ago
parent 83cab2b435
commit 5afb515788
  1. 2
      emencia/django/newsletter/utils/excel.py

@ -100,4 +100,4 @@ class ExcelResponse(HttpResponse):
super(ExcelResponse, self).__init__(content=output.getvalue(),
mimetype=mimetype)
self['Content-Disposition'] = 'attachment;filename="%s.%s"' % \
(output_name.replace('"', '\"'), file_ext)
(output_name.replace('"', '\"')[:27], file_ext)

Loading…
Cancel
Save