AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Release 0.14.0 for missing six dependency #229

Closed sdolemelipone closed 3 years ago

sdolemelipone commented 3 years ago

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.