Changes between Initial Version and Version 1 of Ticket #29173, comment 3
- Timestamp:
- Mar 19, 2018, 4:33:56 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29173, comment 3
initial v1 9 9 Note `pre_save` takes the `model_instance` parameter precisely for this purpose. 10 10 11 The canonical example of this usage is from `Date TimeField`, for handling `auto_now` and `auto_now_add`:11 The canonical example of this usage is from `DateField`, for handling `auto_now` and `auto_now_add`: 12 12 13 13 {{{