Changes between Version 3 and Version 4 of Ticket #25470
- Timestamp:
- Sep 26, 2015, 8:42:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25470 – Description
v3 v4 27 27 Currently, I use a workaround: 28 28 {{{ 29 db_dates 29 db_dates = [dt['date'] for dt in Model1.objects.order_by('date').values('date').distinct()] 30 30 }}}