Merge pull request #87 from mistercrunch/email_op

REmoving "to" from templated_fields
This commit is contained in:
Maxime Beauchemin 2015-01-14 23:26:08 -08:00
Родитель 710ea3ee67 83d7636bb0
Коммит eea7a1e4ca
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@ class EmailOperator(BaseOperator):
:type html_content: string
'''
template_fields = ('to', 'subject', 'html_content')
template_fields = ('subject', 'html_content')
__mapper_args__ = {
'polymorphic_identity': 'EmailOperator'