------------------
Package now depends on "six" instead of using the deprecated embedded "six" module from
Django which are not available anymore since Django 3.0.
1.x will be the last serie to support Python 2 and Django<2.2 versions, new serie 2.x
will only support recent Python3 and Django versions.
Also did some cleaning in package setup and dependancies to fit to supported versions:
* six
* django>=1.8
* dr-dump>=1.1.0
* django-sendfile>=0.3.11