silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
713 stars 106 forks source link

Add DateRangeQuickSelectListFilter, fixes #51 #103

Closed robertpro closed 1 year ago

robertpro commented 1 year ago

@silentsokolov please review!

This fixes: https://github.com/silentsokolov/django-admin-rangefilter/issues/51

Please let me know if there is anything else to do.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 26.08% and project coverage change: -2.38% :warning:

Comparison is base (61e52fa) 89.32% compared to head (bf59a78) 86.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ========================================== - Coverage 89.32% 86.94% -2.38% ========================================== Files 11 11 Lines 590 613 +23 ========================================== + Hits 527 533 +6 - Misses 63 80 +17 ``` | [Files Changed](https://app.codecov.io/gh/silentsokolov/django-admin-rangefilter/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitriy+Sokolov) | Coverage Δ | | |---|---|---| | [rangefilter/filters.py](https://app.codecov.io/gh/silentsokolov/django-admin-rangefilter/pull/103?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitriy+Sokolov#diff-cmFuZ2VmaWx0ZXIvZmlsdGVycy5weQ==) | `81.25% <26.08%> (-6.86%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

silentsokolov commented 1 year ago

Thanks you! Nice work!