Hi Carlton,
Thank you for your great help.
I added the following into filters.py because "check_date =" works for check_date"exact".
Then it works !
check_date__range = django_filters.DateFromToRangeFilter()
However, I got a new problem."Unsupported lookup 'range' for DateField or join on the field not permitted."
So I cannot use the "DateFromToRangeFilter()".
It seems that Django had the same problem but it already fixed.
I need to read the report and django-filter documents.
https://code.djangoproject.com/ticket/24837 Anyway, my enviroment is the followings.
- CentOS 7
- python 3.4 -- from epel packages
- Django 1.11 -- pip3 installed
- django-filter -- latest ver. (from pip3 install django-filter)
Best regards,
--
Akira
2017年6月19日月曜日 23時58分36秒 UTC-7 Carlton Gibson: