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

Most recent version on PyPi still uses `basestring`. #63

Closed jlward closed 4 years ago

jlward commented 5 years ago

Although there is a fix in the code to stop using basestring, that has not been pushed to PyPi. Can we get a new version pushed to PyPi?

benspaulding commented 4 years ago

The 0.14 release tag was recently made. I think now it just needs put up on PyPI.

jezdez commented 4 years ago

The build system was broken in the commit that added Django 2.2 support. I've since updated it and wokring on a 0.14 release. Closing as fixed.