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

Support for Django 2.0 #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jsmitka
Copy link

@jsmitka jsmitka commented Apr 6, 2018

Django 2.0 made the on_delete argument of ForeignKeys required. I have added this argument (set to models.CASCADE, since it think it is the only logical option) to both code and tests. I've also updated .travis.yml to include the Django 2.0 environment on Python 3.6 and PyPy3.5v5.10.1.

@mikebryant
Copy link
Collaborator

I've managed to miss noticing this completely.

@jsmitka Sorry for taking so long to get back to you on this, I appreciate the effort required to make a contribution. I'll try and review this soon.

@mikebryant mikebryant self-requested a review December 13, 2018 14:58
@johnberberich
Copy link

Hi @mikebryant. Do you have a chance to review this PR? Thanks in advance.

@Smosker
Copy link

Smosker commented Dec 4, 2020

@mikebryant hello, any chances accepting this PR?

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

Successfully merging this pull request may close these issues.

4 participants