Skip to content

Releases: django-ses/django-ses

v0.8.2

21 Feb 23:37
Compare
Choose a tag to compare
  • #111 Add support for proxy and host
  • #110 Rename files so all test files are detected and ran under all targets
  • #107 Fix SES Admin rendering
  • #109 Fixes: #108 - ses_email_address command compatible with django 1.10

v0.8.1

24 Aug 17:14
Compare
Choose a tag to compare

#106 Fix for django 1.10

v0.8.0

01 Jul 17:19
Compare
Choose a tag to compare
  • #90 Add alternative way to add Django SES database tables if running Django 1.9
  • #92 Require at least a version of boto with explicit py3 support
  • #93 Add support for python3.5 and django1.9
  • #95 Add initial migration for django_ses app
  • #97 Add note about regional settings
  • #98 Update README for easy DKIM
  • #100 Update README with syncdb
  • #101 Fix url warnings for Django 1.10

v0.7.1

29 Mar 22:26
Compare
Choose a tag to compare

Update to fix pypi inconsistency (was pointing to older version) and release new updates on master.

Support django 1.7

20 Nov 17:00
Compare
Choose a tag to compare
  • use system json not simplejson which was deprecated in django 1.5
  • Added Django 1.7 support. Default middleware_classes required to avoid a warning in 1.7. As running from a script, django.setup() is required to avoid an AppRegistryNotReady error