The Django REST Framework module used is currently pinned at 3.0.5.
This was because 3.0.5 was the highest version that would work under Python 2.6 and Django 1.6.3
We no longer need to worry about Python 2.6 support as the docker image is built upon CentOS 7 and as a result uses Python 2.7. Once #57 is addressed (or potentially at the same time if required or desired) we should be able to at least increase the version used to something more recent.
The Django REST Framework module used is currently pinned at 3.0.5.
This was because 3.0.5 was the highest version that would work under Python 2.6 and Django 1.6.3
We no longer need to worry about Python 2.6 support as the docker image is built upon CentOS 7 and as a result uses Python 2.7. Once #57 is addressed (or potentially at the same time if required or desired) we should be able to at least increase the version used to something more recent.