I have the following query:
query=Detalles.objects.filter(fecha_creacion__range=(fecha_inicio,fecha_final))
The expected result is to filter the results between date A and date B, that is:
fechaA= 01-07-2018 FechaB=04-07-2018
However,...
asked by
04.07.2018 / 22:40