Skip to content

Commit

Permalink
released v1.67.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lorenz committed Oct 7, 2016
1 parent dff62f9 commit b0165af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
=== 1.67.X ===

- Re-arranged send_email function to make a proper use of cc and bcc options
- Allow html in help texts
- fixed logging filter, if no user agent could be detected
- Replace request.REQUEST
Expand Down
2 changes: 1 addition & 1 deletion django_libs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.67.6'
__version__ = '1.67.7'
3 changes: 1 addition & 2 deletions django_libs/utils/email.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Utility functions for sending emails."""
import django
from django.conf import settings
from django.contrib.sites.models import Site
from django.core.mail import EmailMessage, EmailMultiAlternatives
from django.core.mail import EmailMultiAlternatives
from django.template.loader import render_to_string
from django.utils.encoding import force_text

Expand Down

0 comments on commit b0165af

Please sign in to comment.