Skip to content

Commit

Permalink
Tweak some syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-thomas committed Oct 30, 2015
1 parent 55dce18 commit 0b3bc80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifications:
email: false
env:
matrix:
- DJANGO_VERSION='django>=1.8,<1.9'
- DJANGO_VERSION='django~=1.8.5'
install:
- pip install $DJANGO_VERSION
- pip install -e .
Expand Down
4 changes: 2 additions & 2 deletions incuna_mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def listify(obj):


def send(template_name, sender=None, to=None, cc=None, bcc=None, subject='mail',
attachments=(), reply_to=None, html_template_name=None, context=None,
headers=None):
attachments=(), html_template_name=None, context=None, headers=None,
reply_to=None):
"""
Render and send an email. `template_name` is a plaintext template.
Expand Down

0 comments on commit 0b3bc80

Please sign in to comment.