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

'basestring' was removed in Python 3 #62

Closed cclauss closed 5 years ago

cclauss commented 5 years ago

__from django.utils.six import string_types__

codecov[bot] commented 5 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.13%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   40.58%   40.71%   +0.13%     
==========================================
  Files           8        8              
  Lines         446      447       +1     
  Branches       79       79              
==========================================
+ Hits          181      182       +1     
  Misses        258      258              
  Partials        7        7
Impacted Files Coverage Δ
authority/decorators.py 41.07% <33.33%> (+1.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 97cd73f...eebdcaa. Read the comment docs.