django-oscar icon indicating copy to clipboard operation
django-oscar copied to clipboard

from and to dates in orders list view whe filtering are now format_d…

Open svandeneertwegh opened this issue 4 months ago • 0 comments

Date from and date in dashboard are now ready with format_datetime.

Below List Views are already working with the format_datetime function:

  • oscar/apps/dashboard/reviews/views.py
  • oscar/apps/dashboard/reports/views.py

Only the orders filtering list view doesn't: (therefor this PR)

  • oscar/apps/dashboard/orders/views.py

svandeneertwegh avatar Oct 19 '24 13:10 svandeneertwegh