Changes between Initial Version and Version 1 of Ticket #19929, comment 4


Ignore:
Timestamp:
Feb 28, 2013, 6:04:27 AM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19929, comment 4

    initial v1  
    55{{{
    66>>> Image.objects.datetimes('creation_date', 'year')
    7 >>> Image.objects.datetimes('creation_date', 'month')
    8 >>> Image.objects.datetimes('creation_date', 'day')
    97}}}
    108
     
    1210
    1311Thanks!
     12
     13''EDIT: the output for `kind='year'` should suffice.''
Back to Top