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

Update README.rst #57

Closed daniyalzade closed 3 years ago

daniyalzade commented 3 years ago

Adding an example documentation on how to use default filters. It looks like this question came up in stackoverflow as well - https://stackoverflow.com/questions/57648141/django-how-to-set-initial-value-for-date-range-filter-in-admin-model

codecov-io commented 3 years ago

Codecov Report

Merging #57 (1423cd7) into master (21fc78c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   94.40%   94.40%           
=======================================
  Files           5        5           
  Lines         143      143           
=======================================
  Hits          135      135           
  Misses          8        8           

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 21fc78c...1423cd7. Read the comment docs.

silentsokolov commented 3 years ago

Thx