Skip to content

Django requirement not pinned

Compare
Choose a tag to compare
@mhemeryck mhemeryck released this 12 Jul 09:15
· 9 commits to master since this release

Don't pin the django requirement to specific 1.x version anymore. We use the gateway mostly as a dependency in other django projects -- which use django > 2.0.

Ideally, we'd make the gateway fully django 2.0 compatible (or throw it out altogether).