emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Django 1.4 timezone support with aware datetime with naive datetime #68

Open euricojardim opened 12 years ago

euricojardim commented 12 years ago

Bugfix with Django 1.4 while comparing aware datetime with naive datetime while executing send_newsletter command.

For more information see https://docs.djangoproject.com/en/dev/topics/i18n/timezones/

yakky commented 11 years ago

To support non-tz aware django 1.4 setup, there should be a check of settings.USE_TZ. Please check above commit