ericls / django-hashids

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

Set column to None; allow access when real field has no value. #3

Closed ericls closed 4 years ago

ericls commented 4 years ago

Should fix #2.

codecov-commenter commented 4 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           71        73    +2     
=========================================
+ Hits            71        73    +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 31079ae...14f549c. Read the comment docs.