Re: arrange date-products data on admin

2014-09-29 Thread Collin Anderson
Django doesn't have a way to group items like that in the admin. Though, checkout out date_hierarchy if you haven't seen it. https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.date_hierarchy -- You received this message because you are subscribed to the

arrange date-products data on admin

2014-09-26 Thread Jun Tanaka
Hello, I have a question on a way to arrange date-products data on admin. I want to make it looke like date productA 09/26 9:00 5 09/26 10:00 8 09/26 13:00 4 09/27 9:00 9 09/27 10:00 4