VNG-Realisatie / vng-api-common

Gedeelde code voor RESTful APIs
5 stars 12 forks source link

:recycle: Allow OrderingFilter subclasses when checking query params #182

Closed stevenbal closed 3 years ago

stevenbal commented 3 years ago

Required for https://github.com/open-zaak/open-zaak/pull/1045

Allows using subclasses of OrderingFilter on viewsets

codecov-commenter commented 3 years ago

Codecov Report

Merging #182 (1a053c2) into stable/1.0.x (1a3cd10) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           stable/1.0.x     #182      +/-   ##
================================================
- Coverage         40.39%   40.38%   -0.02%     
================================================
  Files                79       79              
  Lines              3322     3323       +1     
  Branches            445      446       +1     
================================================
  Hits               1342     1342              
- Misses             1931     1932       +1     
  Partials             49       49              
Impacted Files Coverage Δ
vng_api_common/viewsets.py 0.00% <0.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 1a3cd10...1a053c2. Read the comment docs.