Closed badziyoussef closed 1 year ago
I putted DATETIME_FORMAT = "Y-m-d H:i:s" in django settings, the filter continued working with a default date format %dd/%mm/%YYYY, which has negative impact on filtering, always giving no results.
DATETIME_FORMAT = "Y-m-d H:i:s"
%dd/%mm/%YYYY
Misconfiguration from my side
I putted
DATETIME_FORMAT = "Y-m-d H:i:s"
in django settings, the filter continued working with a default date format%dd/%mm/%YYYY
, which has negative impact on filtering, always giving no results.