Version 0.13.0 has a dependency on the six package in extra_views/contrib/mixins.py, but six is not listed as a dependency in setup.py. This causes a ModuleNotFound error if six is not installed manually/by another package.
Commit 4a91620c490b0944b4c84528a8625e057727b4a1 removed the dependency on six, so it's just a matter of performing a release.
Version 0.13.0 has a dependency on the
six
package in extra_views/contrib/mixins.py, but six is not listed as a dependency in setup.py. This causes a ModuleNotFound error if six is not installed manually/by another package.Commit 4a91620c490b0944b4c84528a8625e057727b4a1 removed the dependency on six, so it's just a matter of performing a release.