django-closuretree
django-closuretree copied to clipboard
Support for Django 2.0
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.
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.
Hi @mikebryant. Do you have a chance to review this PR? Thanks in advance.
@mikebryant hello, any chances accepting this PR?