-
Notifications
You must be signed in to change notification settings - Fork 65
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
Filter DateTimeField as a string #109
Comments
It doesn't filter when using the column search box. But there is some other weird behavior:
I will debug and see if it is an issue with my configuration/setup. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The column search box does not work for
DateTimeField
. For example, intuitively a column with value08/07/2017 17:03:28
should match "8/07" or "2017". However, the table becomes empty and "No data available in table" is displayed instead. Is there a way to treat the date as a string, similar to howforeign_field
option allowed for filtering a foreign key?The text was updated successfully, but these errors were encountered: