carltongibson / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.io/en/main/
Other
4.46k stars 769 forks source link

Django 4.0 compatibility #1443

Closed carltongibson closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #1443 (e1e6d77) into main (43fd440) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1443   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          15       15           
  Lines        1270     1270           
=======================================
  Hits         1263     1263           
  Misses          7        7           

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 43fd440...e1e6d77. Read the comment docs.

carltongibson commented 3 years ago

Added the Trove classifier here. Will need https://github.com/pypa/trove-classifiers/pull/78 merged before we can release.

The rest of the metadata updates will be in #1434.