We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 models require on_delete parameter to be set for every model foreign key field. Default action in django 1 was cascade.
on_delete
The text was updated successfully, but these errors were encountered:
Confirmed, will get to this later this week. Thanks! 😄
Sorry, something went wrong.
Fixed in beb324a.
Sorry for the delay. Uploaded to PyPI as version 1.1.0. You should now be able to upgrade to it with pip:
pip
pip install --upgrade django-secure-mail
No branches or pull requests
Django 2 models require
on_delete
parameter to be set for every model foreign key field. Default action in django 1 was cascade.The text was updated successfully, but these errors were encountered: