Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DRF BooleanFilter for NullBooleanField in DRF FilterSet (Fixes #842) #844

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

OskarPersson
Copy link
Contributor

@OskarPersson OskarPersson commented Dec 13, 2017

Just like how BooleanFilter is used for NullBooleanField in the standard FilterSet, BooleanFilter for DRF should also be used for NullBooleanField in DRF FIlterSet.

@OskarPersson OskarPersson changed the title Use DRF BooleanFilter for NullBooleanField (Fixes #842) Use DRF BooleanFilter for NullBooleanField in DRF FilterSet (Fixes #842) Dec 13, 2017
@codecov-io
Copy link

codecov-io commented Dec 13, 2017

Codecov Report

Merging #844 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #844   +/-   ##
=======================================
  Coverage   97.95%   97.95%           
=======================================
  Files          15       15           
  Lines        1122     1122           
=======================================
  Hits         1099     1099           
  Misses         23       23
Impacted Files Coverage Δ
django_filters/rest_framework/filterset.py 100% <100%> (ø) ⬆️

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 a88c2bc...ee29bf0. Read the comment docs.

@carltongibson carltongibson added this to the Version 2.0 milestone Jul 13, 2018
Copy link
Owner

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep Great. Thanks.

@carltongibson carltongibson merged commit dbbae86 into carltongibson:master Jul 13, 2018
@OskarPersson OskarPersson deleted the null-boolean branch December 18, 2018 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants