-
Notifications
You must be signed in to change notification settings - Fork 190
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
Fixed deprecation warnings, flake8 of code and added python and django's to travis #74
base: develop
Are you sure you want to change the base?
Conversation
GitRon
commented
Aug 7, 2020
•
edited
Loading
edited
- Fixed django 4.0 deprecation warnings
- flake8 of code
- added python 3.5, 3.6 and 3.8 to travis
- added django 3.1 to travis
- created a travis matrix so all valid combinations are being tested
- added some tags to the README
Hi @dmpayton I fixed the deprecations and did some more stuff but the tests seems to fail now even though I didn't change anything at these points. Do you know if it was maybe broken before? Thanks! |
Btw, I extended the travis matrix so we get proper check for all the relevant pyhton and django combinations. |
Awesome work @GitRon ! Would you also be able to make a PR for issue 62? That way, the newest version for django 3 compatibility will get pushed to PyPi along with your PR. |
@9mido quite busy at the moment but I'll see what I can do |
@GitRon Yes you rock! Woohoo! Just wondering though the checks for it look like they have failed. Any ideas how to fix those? I feel really dumb the PR you made looks very simple lol. |
…ng test (same problem in dev-branch)
Hi, I have forked this project, included a few PRs (including this one), and released a package to PyPI. You might have better luck with my fork. |