Changes between Initial Version and Version 1 of Ticket #21905, comment 6
- Timestamp:
- 01/30/14 14:01:49 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21905, comment 6
initial v1 1 1 Why don't you use {{{auto_now=True}}} ? Every time you call save(), the {{{last_sync}}} field gets updated with the latest date and time. 2 Unless this field is updated by the user, then use {{{datetime.now}}}.