Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Conversation

@marksweb
Copy link
Owner

Description

This fixes the issue of kwargs getting lost when forms.BleachField is used for a ModelForm field by default.

References

#23

Checklist

  • I have ran tox to ensure tests pass
  • Usage documentation added in case of new features
  • Tests added / I have not lowered coverage

@codecov
Copy link

codecov bot commented Jul 27, 2021

Codecov Report

Merging #24 (949f209) into master (a4a295e) will increase coverage by 1.25%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #24      +/-   ##
===========================================
+ Coverage   98.75%   100.00%   +1.25%     
===========================================
  Files           3         3              
  Lines          80        81       +1     
  Branches       16        16              
===========================================
+ Hits           79        81       +2     
+ Partials        1         0       -1     
Impacted Files Coverage Δ
models.py 100.00% <0.00%> (ø)
forms.py 100.00% <0.00%> (+2.17%) ⬆️

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 a4a295e...949f209. Read the comment docs.

@marksweb marksweb marked this pull request as ready for review July 27, 2021 11:14
@marksweb marksweb merged commit 42e92f6 into master Jul 27, 2021
@marksweb marksweb deleted the fix/23 branch July 27, 2021 11:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants