Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 2.0 incompatible #3

Closed
Euphorbium opened this issue Feb 27, 2018 · 3 comments
Closed

Django 2.0 incompatible #3

Euphorbium opened this issue Feb 27, 2018 · 3 comments

Comments

@Euphorbium
Copy link

Django 2 models require on_delete parameter to be set for every model foreign key field. Default action in django 1 was cascade.

@blag
Copy link
Owner

blag commented Feb 27, 2018

Confirmed, will get to this later this week. Thanks! 😄

@blag
Copy link
Owner

blag commented Mar 22, 2018

Fixed in beb324a.

@blag blag closed this as completed Mar 22, 2018
@blag
Copy link
Owner

blag commented Mar 28, 2018

Sorry for the delay. Uploaded to PyPI as version 1.1.0. You should now be able to upgrade to it with pip:

pip install --upgrade django-secure-mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants