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

django-authority for Python 2.7 #73

Closed dragonleman closed 3 years ago

dragonleman commented 3 years ago

Use `setuptools_scm==5.0.2", because from 6.0.0 only supports Python >= 3.6

codecov[bot] commented 3 years ago

Codecov Report

Merging #73 (73ac023) into master (2dcbffe) will increase coverage by 11.91%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #73       +/-   ##
===========================================
+ Coverage   38.83%   50.75%   +11.91%     
===========================================
  Files           8       14        +6     
  Lines         430      932      +502     
  Branches       78      167       +89     
===========================================
+ Hits          167      473      +306     
- Misses        256      429      +173     
- Partials        7       30       +23     
Impacted Files Coverage Δ
authority/compat.py
authority/__init__.py 66.66% <0.00%> (ø)
authority/models.py 86.11% <0.00%> (ø)
authority/permissions.py 78.64% <0.00%> (ø)
authority/admin.py 40.77% <0.00%> (ø)
authority/urls.py 100.00% <0.00%> (ø)
authority/forms.py 38.88% <0.00%> (ø)
authority/views.py 35.21% <0.00%> (ø)
authority/sites.py 54.54% <0.00%> (+1.33%) :arrow_up:
authority/decorators.py 44.06% <0.00%> (+2.99%) :arrow_up:
... and 1 more

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 2dcbffe...73ac023. Read the comment docs.