IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Remove version checks and python 2 code #13

Closed naveen-ram closed 3 years ago

naveen-ram commented 4 years ago

There are quite a number of checks done for the django version since we will be using 2.0+ support as well as python 3 support, the code for these checks and the code within them can be removed

kadler commented 3 years ago

This and #22 would be the next items I'd suggest working on.

kadler commented 3 years ago

In addition to python 2 checks, we can use the Python 3 super() call shortcut instead of listing the class name and self reference. See https://www.journaldev.com/15911/python-super