You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azeave depends on this module for several proejects but since we tend to deploy our projects on LTS releases of Django we have not yet scheduled an upgrade of this library.
jwalgran
changed the title
It seems that django-amazon-ses doesn't support django 4.0
Add support for Django 4.x
Jan 13, 2022
Hello from Republic of Korea.
FYI, I was using django version 3 and python 3.7 in my project and I just upgrade these versions to Django 4.0.1 & Python 3.9
after that, Whenever I use the email service that consists of the django-amazon-ses, it returns this error.
File "/Users/johnyoun/.local/share/virtualenvs/my-env/lib/python3.9/site-packages/django_amazon_ses.py", line 11, in <module> pre_send = Signal(providing_args=["message"]) TypeError: __init__() got an unexpected keyword argument 'providing_args'
It seems that Django 4.0 no longer has a
providing_args
argument in Signal class!Could you check this?
The text was updated successfully, but these errors were encountered: