Remove requirement versions of django to avoid breaking django apps using it....
Remove requirement versions of django to avoid breaking django apps using it. These apps already have their own django dependencies. We should properly fix this by testing this module across different versions of django we support but not enforcing that via install_requires, only advising which versions of django we have tested this module for, and we know is compatible.