carltongibson / django-filter

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

French translations #1513

Closed gthelohan closed 2 years ago

gthelohan commented 2 years ago

Closes #1447

codecov-commenter commented 2 years ago

Codecov Report

Merging #1513 (725da6f) into main (d3eb089) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1513      +/-   ##
==========================================
- Coverage   99.44%   99.43%   -0.01%     
==========================================
  Files          15       15              
  Lines        1255     1234      -21     
==========================================
- Hits         1248     1227      -21     
  Misses          7        7              
Impacted Files Coverage Δ
django_filters/filters.py 100.00% <0.00%> (ø)
django_filters/filterset.py 100.00% <0.00%> (ø)
django_filters/rest_framework/backends.py 100.00% <0.00%> (ø)
django_filters/rest_framework/filterset.py 100.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 d3eb089...725da6f. Read the comment docs.

gthelohan commented 2 years ago

Hello @carltongibson. Tests failed for python 3.8, 3.9, 3.10. How can I handle this problem ? Thanks !

carltongibson commented 2 years ago

We're just waiting for a related fix on DRF. (If it doesn't land soonish I'll merge anyway) thanks.

carltongibson commented 2 years ago

I'll roll a new version over the summer, but if you want to you can install from git to use it now!

https://pip.pypa.io/en/stable/topics/vcs-support/

gthelohan commented 2 years ago

Thanks a lot !