silentsokolov / django-admin-rangefilter

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

Avoid loading admin_static in templates under Django>=1.10 #27

Closed daniel-ruiz closed 5 years ago

daniel-ruiz commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #27 into master will increase coverage by 0.19%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #27      +/-   ##
=========================================
+ Coverage    96.9%   97.1%   +0.19%     
=========================================
  Files           6       7       +1     
  Lines         291     311      +20     
=========================================
+ Hits          282     302      +20     
  Misses          9       9
Impacted Files Coverage Δ
runtests.py 100% <ø> (ø) :arrow_up:
rangefilter/templatetags/static_or_admin_static.py 100% <100%> (ø)
rangefilter/tests.py 98.9% <100%> (+0.07%) :arrow_up:

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 6d0954e...6ac20ff. Read the comment docs.

silentsokolov commented 5 years ago

Thank you!