Changes between Initial Version and Version 1 of Ticket #19929, comment 4
- Timestamp:
- Feb 28, 2013, 6:04:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19929, comment 4
initial v1 5 5 {{{ 6 6 >>> Image.objects.datetimes('creation_date', 'year') 7 >>> Image.objects.datetimes('creation_date', 'month')8 >>> Image.objects.datetimes('creation_date', 'day')9 7 }}} 10 8 … … 12 10 13 11 Thanks! 12 13 ''EDIT: the output for `kind='year'` should suffice.''