Changes between Initial Version and Version 1 of Ticket #24004


Ignore:
Timestamp:
Dec 17, 2014, 4:36:34 AM (9 years ago)
Author:
Tom Carrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24004 – Description

    initial v1  
    33model Page(models.Model):
    44    ...
    5     last_modified = models.Datefield(default=timezone.now)
     5    last_modified = models.Datefield()
    66
    77    class Meta:
Back to Top