jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

Fix python3 #55

Closed GregLeBarbar closed 5 years ago

GregLeBarbar commented 6 years ago

The builtin basestring abstract type was removed. Use str instead. https://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit

RDIL commented 5 years ago

Now fixed.