-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Daterangefilter #30
Comments
Can you write the error you have and may be a screenshot of what you are having |
As @fgplastina mentioned, this is a dependency problem. Starting with version 0.8.0 of The dependency on Maybe ensure that the right version is installed or have a fallback?: try:
from rangefilter.filters import DateRangeFilter as OriginalDateRangeFilter
except ImportError:
from rangefilter.filter import DateRangeFilter as OriginalDateRangeFilter Also this exception shouldn't fail silently. Has anyone found another solution? |
Hello, i love this theme and thank you for the reboot.
I have a problem with the date range. The filter is not displaying
i am importing from jet.filters import DateRangeFilter
The text was updated successfully, but these errors were encountered: