dfunckt / django-rules

Awesome Django authorization, without the database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django will drop `django.utils.six` in upcoming release

rixx opened this issue · comments

Django 3.0 will drop their vendored version of six (see here. django-rules uses six only in one place for string type comparison.