Description: Upgrading existing Django, Python version of the code-base with their latest version. As mentioned at #212 , dependency django-cas-ng hasn't released a version where it is supporting Django 2.x, but they have already bumbed supported version at their Github repository here. I am depending on that version of django-cas-ng for testing actual integration of Python version 3.6 and Django 2.x. I think it will be better to wait for the pypi release of django-cas-ng which supports Django 2.x. Until that, I am requesting to review this code and suggest improvements. I am taking responsibility of rebasing this code periodically with the master.
Fixing issue: #212
Note: Please request if you are expecting changes squashed in a single commit.
Description: Upgrading existing Django, Python version of the code-base with their latest version. As mentioned at #212 , dependency
django-cas-ng
hasn't released a version where it is supportingDjango 2.x
, but they have already bumbed supported version at their Github repository here. I am depending on that version ofdjango-cas-ng
for testing actual integration of Python version 3.6 and Django 2.x. I think it will be better to wait for the pypi release ofdjango-cas-ng
which supports Django 2.x. Until that, I am requesting to review this code and suggest improvements. I am taking responsibility of rebasing this code periodically with themaster
.Fixing issue: #212
Note: Please request if you are expecting changes squashed in a single commit.