ericls / django-hashids

Non-intrusive hashids library for Django
MIT License
42 stars 10 forks source link

Fix inheriting from abstract models (#25) #27

Closed ericls closed 2 years ago

ericls commented 2 years ago

26 fixed inheriting from a non-abstract model but inheriting from abstract model is still broken and this PR aims to fix that

codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (a8fd72b) into master (11e25d0) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           92        90    -2     
=========================================
- Hits            92        90    -2     
Impacted Files Coverage Δ
django_hashids/field.py 100.00% <100.00%> (ø)

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 11e25d0...a8fd72b. Read the comment docs.