django-postmark icon indicating copy to clipboard operation
django-postmark copied to clipboard

Django EmailBackend and Models/Views for integrating with Postmark

Results 9 django-postmark issues
Sort by recently updated
recently updated
newest added

Hi! please upgrade it to python 3. this is awesome project

after include postmark.urls, this error occurred: ```No module named 'django.conf.urls.defaults'``` see [https://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults](https://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults)

Hi, there is an error in python 3.6 ``` from itertools import izip_longest ImportError: cannot import name 'izip_longest' ``` I hope [this post on StackOverflow](https://stackoverflow.com/questions/38634810/failing-to-import-itertools-in-python-3-5-2) be useful

There are three main changes here: 1. Added Django 1.7 migrations in parallel to South migrations (requires South 1.0+ or Django 1.7+), 2. Added default values to BooleanFields in compliance...

Ran into some errors with the old code used to parse the SubmittedAt string. iso8601 seems to work

Using the old version with attachments would result in a 403 error (Incompatible JSON) due to the wrong json deserialisation

in models.py line 105 it's trying to do an rsplit on the "+" character but in my particular python + django install the timestamp has a different format. This is...

I get this error when using the postmark app locally (where i use MySQL). This ValueError seems to be raised by the post_send.send method.